Skip to content

Commit

Permalink
Merge pull request #35 from hankei6km/topic/docs-label
Browse files Browse the repository at this point in the history
ci: Add "sem-pr: docs" label to automatically created PRs
  • Loading branch information
hankei6km authored Dec 31, 2023
2 parents 6c6c6ea + e437641 commit b1a192c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
# Push
if [ "$NO_UPDATES" != "true" ] ; then
git push origin "$branch"
gh pr create --title "docs: $message" --body "$message"
gh pr create --title "docs: $message" --body "$message" --label "sem-pr: docs"
fi

0 comments on commit b1a192c

Please sign in to comment.