Compare commits
2 Commits
0bdf71fd12
...
5c93d93f50
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c93d93f50 | |||
| ed30a4fc7c |
@@ -9,9 +9,11 @@ jobs:
|
|||||||
check-pr-title:
|
check-pr-title:
|
||||||
name: Check PR Title
|
name: Check PR Title
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.event_name == 'pull_request'
|
||||||
|
env:
|
||||||
|
TITLE: ${{ gitea.event.pull_request.title }}
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
TITLE="${{ gitea.event.pull_request.title }}"
|
|
||||||
if ! echo "$TITLE" | grep -qE '^(WIP: )?(feat|fix|docs|chore|ci|test|refactor|perf|build|style|revert)(\(.+\))?(!)?: .+'; then
|
if ! echo "$TITLE" | grep -qE '^(WIP: )?(feat|fix|docs|chore|ci|test|refactor|perf|build|style|revert)(\(.+\))?(!)?: .+'; then
|
||||||
echo "::error::Pull Request title must follow conventional commits"
|
echo "::error::Pull Request title must follow conventional commits"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user