Skip to content

Commit

Permalink
[chore] update dependabot pr script (#235)
Browse files Browse the repository at this point in the history
This removes the need for the "Skip changelog" label and update the title to contain "[chore]".

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Jan 25, 2023
1 parent 12f662b commit b92b334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/dependabot-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ git commit -m "dependabot updates `date`
$message"
git push origin $PR_NAME

gh pr create --title "dependabot updates `date`" --body "$message" -l "Skip Changelog"
gh pr create --title "[chore] dependabot updates `date`" --body "$message"

0 comments on commit b92b334

Please sign in to comment.