Skip to content

Commit

Permalink
ci: prove pr title check (#4953)
Browse files Browse the repository at this point in the history
* improve pr title check

* Apply suggestions from code review

* fix

* fix

* Update .github/workflows/pull-request-title.yml

Co-authored-by: Luis Orbaiceta <luisorbaiceta@gmail.com>

* Apply suggestions from code review

---------

Co-authored-by: Luis Orbaiceta <luisorbaiceta@gmail.com>
  • Loading branch information
Uzlopak and luisorbaiceta committed Aug 4, 2023
1 parent c63fa60 commit 5518a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
steps:
- uses: fastify/action-pr-title@v0
with:
prefixes: 'build:,chore:,ci:,docs:,feat:,fix:,perf:,refactor:,style:,test:'
github-token: ${{ github.token }}
regex: '/^(build|chore|ci|docs|feat|types|fix|perf|refactor|style|test)(?:\([^\):]*\))?:\s/'
github-token: ${{ github.token }}

0 comments on commit 5518a4e

Please sign in to comment.