You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
408 B

  1. name: Automatic Approve
  2. on:
  3. schedule:
  4. - cron: "*/5 * * * *"
  5. jobs:
  6. automatic_approve:
  7. runs-on: ubuntu-latest
  8. if: github.repository == 'qmk/qmk_firmware'
  9. steps:
  10. - uses: mheap/automatic-approve-action@v1
  11. with:
  12. token: ${{ secrets.QMK_BOT_TOKEN }}
  13. workflows: "format.yml,lint.yml,unit_test.yml"
  14. dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/"