Skip to content

Commit

Permalink
Automatically approve new contributor workflows (tgstation#59251)
Browse files Browse the repository at this point in the history
  • Loading branch information
TiviPlus authored May 25, 2021
1 parent 7465328 commit 1235565
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/auto_workflow_approve.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Automatic Approve Workflows
on:
schedule:
- cron: "*/10 * * * *"
jobs:
automatic-approve:
name: Automatic Approve Workflows
runs-on: ubuntu-20.04
steps:
- name: Automatic Approve
uses: mheap/automatic-approve-action@c18642bf35643065692b1108cc3becfa4804087b
with:
token: ${{ secrets.GITHUB_TOKEN }}
workflows: "ci_suite.yml,gbp.yml"
dangerous_files: "build.bat"

0 comments on commit 1235565

Please sign in to comment.