Skip to content

Commit

Permalink
ci: make conventional PR title check optional (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret authored Nov 19, 2024
1 parent 5d0a1dc commit 1866420
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conventional-prs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: Conventional PR title
on:
pull_request_target:
types:
Expand All @@ -12,7 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# https://github.com/amannn/action-semantic-pull-request
- uses: amannn/[email protected]
- name: PR title format check
uses: amannn/[email protected]
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 1866420

Please sign in to comment.