From 0c7b5911040ffc49227a17ec84a2b45a40d6f72e Mon Sep 17 00:00:00 2001 From: Ev Date: Tue, 8 Oct 2024 17:43:54 +0200 Subject: [PATCH] ci(create-release-branch): update PR (#3473) - title and labels to pass CI checks - instructions on how to get CI checks to start --- .github/workflows/CREATE_RELEASE_BRANCH.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CREATE_RELEASE_BRANCH.yml b/.github/workflows/CREATE_RELEASE_BRANCH.yml index 4cc0d1c99e..8e2435290d 100644 --- a/.github/workflows/CREATE_RELEASE_BRANCH.yml +++ b/.github/workflows/CREATE_RELEASE_BRANCH.yml @@ -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