Skip to content

Commit 3affdec

Browse files
authored
Merge pull request #12 from caoergou/feature/readme-and-build-optimization
2 parents a89f819 + 4f03467 commit 3affdec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
git config user.name "github-actions[bot]"
6363
git config user.email "github-actions[bot]@users.noreply.github.com"
6464
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+
6568
# Create a new branch
6669
BRANCH_NAME="update-preview-images-$(date +%Y%m%d-%H%M%S)"
6770
git checkout -b "$BRANCH_NAME"

0 commit comments

Comments
 (0)