Skip to content

Commit

Permalink
[Internal] PRLint: Fixes configuration to avoid PR being blocked (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ealsur authored Sep 20, 2022
1 parent 5d70017 commit caa10f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
pr-lint:
runs-on: ubuntu-latest
steps:
- uses: morrisoncole/pr-lint-action@v1.6.1
- uses: morrisoncole/pr-lint-action@v1.7.0
with:
title-regex: '(\[Internal\]|\[v4\] )?.{3}.+: (Adds|Fixes|Refactors|Removes) .{3}.+'
repo-token: "${{ secrets.GITHUB_TOKEN }}"
on-failed-regex-fail-action: false
on-failed-regex-request-changes: true
on-failed-regex-fail-action: true
on-failed-regex-request-changes: false
on-failed-regex-create-review: true
on-failed-regex-comment: >
Please follow the required format: \"[Internal] Category: (Adds|Fixes|Refactors|Removes) Description\"<br /><br />
Expand Down

0 comments on commit caa10f7

Please sign in to comment.