mirror of
https://github.com/superhelio/commands.git
synced 2026-01-26 11:44:01 +00:00
Auto Approve Dependabot
This commit is contained in:
13
.github/workflows/auto-approve.yml
vendored
Normal file
13
.github/workflows/auto-approve.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Auto Approve Dependabot
|
||||
|
||||
on:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
auto-approve:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: hmarr/auto-approve-action@v2.0.0
|
||||
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user