logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

auto_approve.yml (400B)


  1. name: Automatic Approve
  2. permissions: {}
  3. on:
  4. schedule:
  5. - cron: "*/5 * * * *"
  6. jobs:
  7. automatic_approve:
  8. runs-on: ubuntu-latest
  9. if: github.repository == 'qmk/qmk_firmware'
  10. steps:
  11. - uses: zvecr/automatic-approve-action@safe_files
  12. with:
  13. token: ${{ secrets.QMK_BOT_TOKEN }}
  14. workflows: "labeler.yml,lint.yml,docs.yml"
  15. safe_files: "keyboards/,docs/"