Skip to content

Commit

Permalink
Added .github/auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 28, 2021
1 parent f003c2b commit cd917a1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/auto-approve.yml
@@ -0,0 +1,19 @@
name: Auto approve

on:
pull_request_target

jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2
if: |
github.actor == 'dependabot[bot]' ||
github.actor == 'dependabot' ||
github.actor == 'dependabot-preview[bot]' ||
github.actor == 'dependabot-preview' ||
github.actor == 'renovate[bot]' ||
github.actor == 'renovate'
with:
github-token: ${{ secrets.PAT_TOKEN }}

0 comments on commit cd917a1

Please sign in to comment.