Skip to content

Commit

Permalink
Add PR number in the merge subject
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Sep 6, 2024
1 parent 56912fa commit bd6c513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/i18n-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
# Better subject
# "i18n updates ([LOCALES_CHANGED])"
SUBJECT="i18n updates ($LOCALES_CHANGED)"
PR_NUMBER=$(echo ${{ github.event.pull_request.number }})
SUBJECT="i18n updates ($LOCALES_CHANGED) (#$PR_NUMBER)"
gh pr merge $PR_NUMBER --squash --subject "$SUBJECT" || true
fi
env:
Expand Down

0 comments on commit bd6c513

Please sign in to comment.