Skip to content

Commit

Permalink
Add [AUTOMATED] to PR title as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkpickering committed Mar 9, 2024
1 parent 33fdb42 commit 2367f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-main-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
# push changes
git push --set-upstream origin "$BRANCH"
TITLE="Auto-update charts on main-source"
TITLE="[AUTOMATED] Auto-update charts on main-source"
BODY="This PR was created by the \"$GITHUB_WORKFLOW\" workflow. It auto-updates the helm charts on the main-source branch."
gh pr create --repo "$GITHUB_REPOSITORY" --base main-source --head "$BRANCH" --title "$TITLE" --body "$BODY"

0 comments on commit 2367f1f

Please sign in to comment.