diff options
author | vin <git@vineetk.net> | 2024-01-15 18:48:55 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-15 18:48:55 -0500 |
commit | 8c8e1ad4d3f6a197cc7a0550940e0c71d84c050e (patch) | |
tree | 9490341e61543f88a23ca04af668abb3acfe2574 /.github/workflows/auto_approve.yml | |
parent | 105f3f893c6cd636e895c1da2d5efbe525a49b42 (diff) |
remove unused dotfiles in root
Diffstat (limited to '.github/workflows/auto_approve.yml')
-rw-r--r-- | .github/workflows/auto_approve.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/auto_approve.yml b/.github/workflows/auto_approve.yml deleted file mode 100644 index 1db1c49a9b..0000000000 --- a/.github/workflows/auto_approve.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Automatic Approve - -permissions: {} - -on: - schedule: - - cron: "*/5 * * * *" - -jobs: - automatic_approve: - runs-on: ubuntu-latest - - if: github.repository == 'qmk/qmk_firmware' - - steps: - - uses: mheap/automatic-approve-action@v1 - with: - token: ${{ secrets.QMK_BOT_TOKEN }} - workflows: "format.yml,lint.yml,unit_test.yml" - dangerous_files: "lib/python/,Makefile,paths.mk,builddefs/" |