Skip to content

Commit d6625f5

Browse files
authored
Update Pull from Upstream and Merge PRs.yml
1 parent d4d6612 commit d6625f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Pull from Upstream and Merge PRs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
run: |
373373
rm -f pr_status.txt merge_results.txt prs_to_merge.txt conflict_files.txt
374374
# Check if we have any uncommitted changes (workflow file update)
375-
if [ -n "$(git status --porcelain)" ]; then
375+
if ! git diff --cached --quiet; then
376376
git commit -m "Auto-update PR list: removed successfully merged PRs"
377377
fi
378378

0 commit comments

Comments
 (0)