Skip to content

Commit aa7e0d4

Browse files
ci: Migrate from opentelemetrybot to otelbot (#1593)
Migrate from opentelemetrybot to otelbot Co-authored-by: otelbot <[email protected]>
1 parent 9e8fe43 commit aa7e0d4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/release-please.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ jobs:
1717
name: Process Release
1818
runs-on: ubuntu-latest
1919
steps:
20+
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
21+
id: otelbot-token
22+
with:
23+
app-id: ${{ vars.OTELBOT_APP_ID }}
24+
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
2025
- uses: googleapis/[email protected]
2126
id: prepare
2227
# with:
23-
# token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
28+
# token: ${{ steps.otelbot-token.outputs.token }}
2429

2530
outputs:
2631
paths_released: ${{ steps.prepare.outputs.paths_released }}

.toys/.data/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ main_branch: main
88
required_checks_timeout: 1200
99
required_checks: "^(ci|CI).*"
1010
# Git user attached to commits for release pull requests.
11-
git_user_name: OpenTelemetry Bot
12-
git_user_email: 107717825+opentelemetrybot@users.noreply.github.com
11+
git_user_name: otelbot
12+
git_user_email: 197425009+otelbot@users.noreply.github.com
1313

1414
# Control the conventional commit linter.
1515
commit_lint:

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"release-type": "ruby",
1111
"separate-pull-requests": false,
1212
"sequential-calls": true,
13-
"signoff": "OpenTelemetry Bot <107717825+opentelemetrybot@users.noreply.github.com>",
13+
"signoff": "OpenTelemetry Bot <197425009+otelbot@users.noreply.github.com>",
1414
"skip-github-release": false,
1515
"tag-separator": " ",
1616
"packages": {

0 commit comments

Comments
 (0)