Skip to content

Commit

Permalink
🩹 Fix dependency auto approve (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff authored Aug 15, 2024
1 parent d087d58 commit ed0031c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: contains(github.event.pull_request.labels.*.name, 'dependency')
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
with:
Expand Down

0 comments on commit ed0031c

Please sign in to comment.