Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit b4ecf73

Browse files
committed
gha: always update sync workflow PR body/title
1 parent e96dd03 commit b4ecf73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/sync-with-upstream.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ jobs:
7777
exit 0
7878
fi
7979
80-
echo "Checking if PR is up-to-date"
81-
82-
git fetch origin refs/pull/${pr_number}/head
83-
if git diff --stat --exit-code upstream/main FETCH_HEAD; then
84-
echo "PR is up-to-date"
85-
exit 0
86-
fi
87-
8880
echo "Updating PR \#${pr_number}"
8981
gh pr edit \
9082
$pr_number \

0 commit comments

Comments
 (0)