diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index 11eb4a0..bd56875 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -3,7 +3,6 @@ on: pull_request: branches: - main - - dev types: - opened - edited @@ -15,6 +14,8 @@ permissions: jobs: lint-pr: runs-on: ubuntu-latest + timeout-minutes: 15 + if: !startsWith(github.event.head_commit.message, '[Release]') steps: - uses: actions/checkout@v6 - uses: amannn/action-semantic-pull-request@v6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63d519d..8446874 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v7 if: steps.check-changes.outputs.has-changes == 'true' with: - commit_options: "--allow-empty" + commit_options: "--allow-empty --no-verify" tagging_message: ${{ steps.next-version.outputs.NEXT_VERSION }} skip_dirty_check: true commit_message: "[Release] Validator ${{ steps.next-version.outputs.NEXT_VERSION }}" diff --git a/.spi.yml b/.spi.yml index 2ffd8eb..a718859 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,3 +1,5 @@ version: 1 +external_links: + documentation: "https://space-code.github.io/validator/" metadata: authors: "Nikita Vasilev" \ No newline at end of file