Skip to content

Commit

Permalink
ci(create-release-branch): update PR (#3473)
Browse files Browse the repository at this point in the history
- title and labels to pass CI checks
- instructions on how to get CI checks to start
  • Loading branch information
ev-codes authored Oct 8, 2024
1 parent d8aa00e commit 0c7b591
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CREATE_RELEASE_BRANCH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,18 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ steps.set-snapshot-version.outputs.branchName }}
commit-message: "ci: set next snapshot version"
commit-message: "chore(snapshot): set next snapshot version"
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
delete-branch: true
base: main
title: "ci: set next snapshot version"
title: "chore(snapshot): set next snapshot version"
labels: "no milestone"
body: |
This PR sets the next snapshot version on the main branch.
Checklist:
- [ ] checkout this branch locally
- [ ] run this command locally: `$ git commit --amend --no-edit && git push --force-with-lease`. This will trigger the CI checks.
- [ ] the PR should be accepted via the "Rebase and merge" option
- [ ] this temporary branch can be safely deleted after merging
- [ ] the PR contains exactly one commit with the version change
Expand Down

0 comments on commit 0c7b591

Please sign in to comment.