We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d6612 commit d6625f5Copy full SHA for d6625f5
.github/workflows/Pull from Upstream and Merge PRs.yml
@@ -372,7 +372,7 @@ jobs:
372
run: |
373
rm -f pr_status.txt merge_results.txt prs_to_merge.txt conflict_files.txt
374
# Check if we have any uncommitted changes (workflow file update)
375
- if [ -n "$(git status --porcelain)" ]; then
+ if ! git diff --cached --quiet; then
376
git commit -m "Auto-update PR list: removed successfully merged PRs"
377
fi
378
0 commit comments