diff --git a/.github/workflows/pull-request-lint.yaml b/.github/workflows/pull-request-lint.yaml index d3a3a5b..4386420 100644 --- a/.github/workflows/pull-request-lint.yaml +++ b/.github/workflows/pull-request-lint.yaml @@ -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%`!
More info on this: https://collab.namecheap.net/display/CT/Working+together" repo-token: "${{ secrets.GITHUB_TOKEN }}"