Skip to content

Commit

Permalink
add stuff to auto approve
Browse files Browse the repository at this point in the history
  • Loading branch information
pbacon-blaber committed Jul 18, 2024
1 parent 5507768 commit e00ef5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,9 @@ jobs:
permissions:
pull-requests: write
steps:
- run: |
echo "Viewing Files"
FILES=$(gh pr view -json files | jq '[.files[].path]' -r -c)
echo $FILES
- uses: hmarr/auto-approve-action@v4
if: startsWith(github.event.pull_request.title, 'Auto PR for')

0 comments on commit e00ef5d

Please sign in to comment.