Skip to content

Commit 3358059

Browse files
committed
fix(ci): remove unnecessary label from automated PR creation in Go SDK workflow
1 parent 729c58b commit 3358059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sdk_publish_outpost_go.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ jobs:
140140
--base main \
141141
--head "$BRANCH_NAME" \
142142
--title "$PR_TITLE" \
143-
--body "$PR_BODY" \
144-
--label "automated pr,sdk,outpost-go"
143+
--body "$PR_BODY"
145144
146145
echo "Pull Request created for branch $BRANCH_NAME."
147146
fi

0 commit comments

Comments
 (0)