-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: semantic PR title via conventional commits (#3536)
* ci: semantic PR title via conventional commits * ci: use conventional commit * docs: conventional commit guideline * chore: remove section about comments i think this could be better expressed as another PR.
- Loading branch information
Showing
4 changed files
with
123 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# https://github.com/Ezard/semantic-prs?tab=readme-ov-file#configuration-options | ||
# Validate the PR title, and ignore all commit messages | ||
titleOnly: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,13 +27,13 @@ jobs: | |
- name: Create Pull Request | ||
uses: peter-evans/[email protected] | ||
with: | ||
commit-message: Routine i18n updates on ${{ steps.get-timestamp.outputs.time }} | ||
commit-message: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}" | ||
committer: Coolthulhu (BOT) <[email protected]> | ||
author: Coolthulhu (BOT) <[email protected]> | ||
token: ${{ secrets.TX_PR_CREATOR }} | ||
branch: i18n | ||
delete-branch: true | ||
base: upload | ||
title: Routine i18n updates on ${{ steps.get-timestamp.outputs.time }} | ||
body: "#### Summary\nNone" | ||
title: "feat(i18n): routine i18n updates on ${{ steps.get-timestamp.outputs.time }}" | ||
body: "" | ||
labels: Translation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters