[workflow] enforce PR title format by GitHub Acions/workflows #1159
Labels
enhancement
Make existing things or codebases better
feature request
Suggest an idea on this project
good first issue
A great chance for starters
Concisely describe the proposed feature
As mentioned in #1153, I merged a PR without a tag by accident:
Fix "unclosed file" in "ti regression" (#1147)
.It would be great if we could enforce PR to be tagged & first-word-uppercase by GitHub workflow.
Describe the solution you'd like (if any)
Add a job to
.github/workflow/persubmit.yml
. If someone is expert on GitHub Actions, please go ahead :)Additional comments
About PR title rules, please see https://taichi.readthedocs.io/en/latest/contributor_guide.html#prtag
The text was updated successfully, but these errors were encountered: