Skip to content

Commit 193abd6

Browse files
authored
Add opentelemetrybot/ prefix to cloudfoundry PR branch names (#9222)
1 parent 25849ef commit 193abd6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-update-cloudfoundry-index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: 'cloudfoundry'
2828

2929
- name: create working branch
30-
run: git checkout -b cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
30+
run: git checkout -b opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
3131

3232
- run: sudo apt-get install jq python3-pip
3333
- run: pip install yq
@@ -48,9 +48,9 @@ jobs:
4848
exit 0
4949
fi
5050
git commit -m "Updated index.yml"
51-
git push --set-upstream origin cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
51+
git push --set-upstream origin opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }}
5252
gh pr create --base cloudfoundry \
53-
--head cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }} \
53+
--head opentelemetrybot/cloudfoundry-${{ github.run_number }}-${{ github.run_attempt }} \
5454
--title 'Release updates for Cloudfoundry Repo' \
5555
--body '[Created by Github action]'
5656
env:

0 commit comments

Comments
 (0)