Skip to content

Commit

Permalink
Merge pull request #5 from YOUSIKI/fix-auto-merge
Browse files Browse the repository at this point in the history
Enhance auto-merge workflow to use --watch and --fast-fail for improved check handling
  • Loading branch information
YOUSIKI authored Jan 18, 2025
2 parents f96682f + 37eacf7 commit 3c016b2
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 @@ -17,7 +17,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Ensure all checks have passed
run: gh pr checks "$PR_URL" --required --status success
run: gh pr checks "$PR_URL" --required --watch --fast-fail
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3c016b2

Please sign in to comment.