[chore] opentelemetrybot doesn't have permission to update labels (#1808)

This commit is contained in:
Trask Stalnaker 2025-01-28 09:21:19 -08:00 committed by GitHub
parent 4eee349033
commit ecb9aa011f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -75,7 +75,6 @@ jobs:
git checkout -b $branch git checkout -b $branch
git commit -a -m "$message" git commit -a -m "$message"
git push --set-upstream origin $branch git push --set-upstream origin $branch
gh pr create --title "$message" \ gh pr create --title "[chore] $message" \
--body "$body" \ --body "$body" \
--label "Skip Changelog" \
--base main --base main