Skip to content

Commit 9ccf763

Browse files
committed
Match update PRs titles with commits
1 parent 40b3929 commit 9ccf763

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
git add .
9696
git commit -m "Update to ${{ env.VERSION }}"
9797
git push -u origin $(git branch --show)
98-
gh pr create --repo coder/code-server-aur --title "chore: bump version to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
98+
gh pr create --repo coder/code-server-aur --title "Update to ${{ env.VERSION }}" --body "PR opened by @$GITHUB_ACTOR" --assignee $GITHUB_ACTOR
9999
100100
docker:
101101
runs-on: ubuntu-latest
@@ -164,4 +164,4 @@ jobs:
164164
gh pr create \
165165
--repo coder/code-server \
166166
--body-file .cache/checklist \
167-
--title "Update to $VERSION"
167+
--title "Update Helm chart and changelog with $VERSION"

0 commit comments

Comments
 (0)