File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33 pull_request :
44 branches :
55 - main
6- - dev
76 types :
87 - opened
98 - edited
@@ -15,6 +14,8 @@ permissions:
1514jobs :
1615 lint-pr :
1716 runs-on : ubuntu-latest
17+ timeout-minutes : 15
18+ if : !startsWith(github.event.head_commit.message, '[Release]')
1819 steps :
1920 - uses : actions/checkout@v6
2021 - uses : amannn/action-semantic-pull-request@v6
Original file line number Diff line number Diff line change 8282 uses : stefanzweifel/git-auto-commit-action@v7
8383 if : steps.check-changes.outputs.has-changes == 'true'
8484 with :
85- commit_options : " --allow-empty"
85+ commit_options : " --allow-empty --no-verify "
8686 tagging_message : ${{ steps.next-version.outputs.NEXT_VERSION }}
8787 skip_dirty_check : true
8888 commit_message : " [Release] Validator ${{ steps.next-version.outputs.NEXT_VERSION }}"
Original file line number Diff line number Diff line change 11version : 1
2+ external_links :
3+ documentation : " https://space-code.github.io/validator/"
24metadata :
35 authors : " Nikita Vasilev"
You can’t perform that action at this time.
0 commit comments