We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050e66a commit d885eaeCopy full SHA for d885eae
.github/workflows/release-cli.yml
@@ -267,9 +267,8 @@ jobs:
267
268
This PR was automatically created by the CLI release workflow." \
269
--base master \
270
- --head "$BRANCH_NAME" \
271
- --label "automated" \
272
- --label "cli" || echo "Failed to create PR, but continuing with release"
+ --head "$BRANCH_NAME" || echo "Failed to create PR, but continuing with release"
+
273
env:
274
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
275
0 commit comments