Skip to content

Commit

Permalink
fix: update autoapprove.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvander authored Mar 21, 2024
1 parent 3e6bf0a commit aa511fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write${{ }}
if: github.actor == 'chrisvander' && contains(github.event.pull_request.title, "release pkl-biome")
if: github.actor == 'github-actions' && contains(github.event.pull_request.title, "release pkl-biome")
steps:
- uses: hmarr/auto-approve-action@v4

0 comments on commit aa511fa

Please sign in to comment.