Skip to content

Commit

Permalink
gha: always update sync workflow PR body/title
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 2, 2024
1 parent e96dd03 commit 338ce08
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/sync-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ jobs:
exit 0
fi
echo "Checking if PR is up-to-date"
git fetch origin refs/pull/${pr_number}/head
if git diff --stat --exit-code upstream/main FETCH_HEAD; then
echo "PR is up-to-date"
exit 0
fi
echo "Updating PR \#${pr_number}"
gh pr edit \
$pr_number \
Expand Down

0 comments on commit 338ce08

Please sign in to comment.