Skip to content

Commit

Permalink
chore(label): add test as valid start label for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jun 4, 2024
1 parent 9a8c541 commit 99df51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-PR-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: regex-match
with:
text: ${{ github.event.pull_request.title }}
regex: '(?:add|update|task|chore|feat|fix|refactor)\([a-z-A-Z]+\):\s.+'
regex: '(?:add|update|task|test|chore|feat|fix|refactor)\([a-z-A-Z]+\):\s.+'

- uses: actions-ecosystem/action-create-comment@v1
if: ${{ steps.regex-match.outputs.match == '' }}
Expand Down

0 comments on commit 99df51f

Please sign in to comment.