Skip to content

Commit

Permalink
Add .github/workflows/pull-request-lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Scholzomat committed May 25, 2023
1 parent 01ceed7 commit c0082be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: morrisoncole/pr-lint-action@v1.5.0
with:
title-regex: "\\[(CU-.+|[nN][oO][cC][aA][rR][dD])\\] .+"
title-regex: "\\[(CU-.+|[nN][oO][cC][aA][rR][dD]|[wW][iI][pP])\\] .+"
on-failed-regex-fail-action: false
on-failed-regex-request-changes: true
on-failed-regex-create-review: true
on-failed-regex-comment:
"Pull request title doesn't conform regex: `%regex%`!"
"Pull request title doesn't conform regex: `%regex%`! <br /> More info on this: https://collab.namecheap.net/display/CT/Working+together"
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit c0082be

Please sign in to comment.