We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a89f819 + 4f03467 commit 3affdecCopy full SHA for 3affdec
.github/workflows/deploy.yml
@@ -62,6 +62,9 @@ jobs:
62
git config user.name "github-actions[bot]"
63
git config user.email "github-actions[bot]@users.noreply.github.com"
64
65
+ # Ensure 'automated' label exists (ignore error if already exists)
66
+ gh label create "automated" --description "Automated PRs by CI" --color "0e8a16" 2>/dev/null || true
67
+
68
# Create a new branch
69
BRANCH_NAME="update-preview-images-$(date +%Y%m%d-%H%M%S)"
70
git checkout -b "$BRANCH_NAME"
0 commit comments