Skip to content

Commit

Permalink
Added .github/workflows/auto-approve.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 27, 2021
1 parent 69750fb commit 40de2ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-approve.yml
@@ -0,0 +1,13 @@
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-preview[bot]' || github.actor == 'renovate[bot]' || github.actor == 'renovate'
with:
github-token: ${{ secrets.PAT_TOKEN }}

0 comments on commit 40de2ad

Please sign in to comment.