mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
21 lines
400 B
YAML
21 lines
400 B
YAML
name: Automatic Approve
|
|
|
|
permissions: {}
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "*/5 * * * *"
|
|
|
|
jobs:
|
|
automatic_approve:
|
|
runs-on: ubuntu-latest
|
|
|
|
if: github.repository == 'qmk/qmk_firmware'
|
|
|
|
steps:
|
|
- uses: zvecr/automatic-approve-action@safe_files
|
|
with:
|
|
token: ${{ secrets.QMK_BOT_TOKEN }}
|
|
workflows: "labeler.yml,lint.yml,docs.yml"
|
|
safe_files: "keyboards/,docs/"
|