Skip to content

Commit bf03fe0

Browse files
authored
ci: add skipping commit verification (#76)
* ci: add a commit veritifacation * chore: a link to the documentation to`.spi.yml`
1 parent ca85b88 commit bf03fe0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/conventional-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- dev
76
types:
87
- opened
98
- edited
@@ -15,6 +14,8 @@ permissions:
1514
jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
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 }}"

.spi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
version: 1
2+
external_links:
3+
documentation: "https://space-code.github.io/validator/"
24
metadata:
35
authors: "Nikita Vasilev"

0 commit comments

Comments
 (0)