Skip to content

Commit

Permalink
CI: fix auto-merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook committed Apr 3, 2024
1 parent 3f56e58 commit bab79a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Approve
# if there is no requested reviewers specified:
if: join(fromJSON(github.event.pull_request.requested_reviewers).*, '') == ''
if: !github.event.pull_request.requested_reviewers
run: gh pr review --approve "${{github.event.pull_request.html_url}}"

- name: Auto-merge
Expand Down

0 comments on commit bab79a8

Please sign in to comment.