From ecb9aa011f3c1496bf16cf15371a725947cf1f64 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 28 Jan 2025 09:21:19 -0800 Subject: [PATCH] [chore] opentelemetrybot doesn't have permission to update labels (#1808) --- .github/workflows/auto-update-spec-repo-links.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/auto-update-spec-repo-links.yml b/.github/workflows/auto-update-spec-repo-links.yml index 238466447..4470d1037 100644 --- a/.github/workflows/auto-update-spec-repo-links.yml +++ b/.github/workflows/auto-update-spec-repo-links.yml @@ -75,7 +75,6 @@ jobs: git checkout -b $branch git commit -a -m "$message" git push --set-upstream origin $branch - gh pr create --title "$message" \ + gh pr create --title "[chore] $message" \ --body "$body" \ - --label "Skip Changelog" \ --base main