File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 commit=$(gh pr view $NUMBER --json mergeCommit --jq .mergeCommit.oid)
3434 title=$(gh pr view $NUMBER --json title --jq .title)
3535
36- branch="backport-${NUMBER}-to-${GITHUB_REF_NAME//\//-}"
36+ branch="opentelemetrybot/ backport-${NUMBER}-to-${GITHUB_REF_NAME//\//-}"
3737
3838 git cherry-pick $commit
3939 git push origin HEAD:$branch
Original file line number Diff line number Diff line change 4848 GITHUB_TOKEN : ${{ secrets.BOT_TOKEN }}
4949 run : |
5050 message="Prepare release $VERSION"
51- branch="prepare-release-${VERSION}"
51+ branch="opentelemetrybot/ prepare-release-${VERSION}"
5252
5353 git commit -a -m "$message"
5454 git push origin HEAD:$branch
Original file line number Diff line number Diff line change 5858 GITHUB_TOKEN : ${{ secrets.BOT_TOKEN }}
5959 run : |
6060 message="Prepare release $VERSION"
61- branch="prepare-release-${VERSION}"
61+ branch="opentelemetrybot/ prepare-release-${VERSION}"
6262
6363 git commit -a -m "$message"
6464 git push origin HEAD:$branch
@@ -107,7 +107,7 @@ jobs:
107107 run : |
108108 message="Update version to $NEXT_VERSION"
109109 body="Update version to \`$NEXT_VERSION\`."
110- branch="update-version-to-${NEXT_VERSION}"
110+ branch="opentelemetrybot/ update-version-to-${NEXT_VERSION}"
111111
112112 git commit -a -m "$message"
113113 git push origin HEAD:$branch
Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 run : |
246246 message="Copy change log updates from $GITHUB_REF_NAME"
247247 body="Copy log updates from \`$GITHUB_REF_NAME\`."
248- branch="copy-change-log-updates-from-${GITHUB_REF_NAME//\//-}"
248+ branch="opentelemetrybot/ copy-change-log-updates-from-${GITHUB_REF_NAME//\//-}"
249249
250250 if [[ $VERSION == *.0 ]]; then
251251 if git diff --quiet; then
You can’t perform that action at this time.
0 commit comments