Skip to content

Commit

Permalink
update PR's label
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Sep 17, 2024
1 parent 3de2147 commit f3b1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/helm-chart/create-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ echo "$PR_DESCRIPTION"

# Create a new pull request
echo "Creating pull request..."
gh pr create --base main --head "$NEW_BRANCH" --title "$TITLE" --body "$PR_DESCRIPTION" --repo "$GITHUB_REPOSITORY" --label "helm-chart"
gh pr create --base main --head "$NEW_BRANCH" --title "$TITLE" --body "$PR_DESCRIPTION" --repo "$GITHUB_REPOSITORY" --label "lifecycle/active"

0 comments on commit f3b1e56

Please sign in to comment.