Match update PRs titles with commits

This commit is contained in:
Asher
2026-06-22 11:30:34 -08:00
parent 40b39293fa
commit 9ccf763b02

View File

@@ -95,7 +95,7 @@ jobs:
git add .
git commit -m "Update to ${{ env.VERSION }}"
git push -u origin $(git branch --show)
gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
gh pr create --repo coder/code-server-aur --title "Update to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
docker:
runs-on: ubuntu-latest
@@ -164,4 +164,4 @@ jobs:
gh pr create \
--repo coder/code-server \
--body-file .cache/checklist \
--title "Update to $VERSION"
--title "Update Helm chart and changelog with $VERSION"