improve: PR Quality
This commit is contained in:
parent
2cd2911de2
commit
2f85198887
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr-quality.yml
vendored
3
.github/workflows/pr-quality.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: peakoss/anti-slop@v0
|
||||
with:
|
||||
# Overall
|
||||
max-failures: 2
|
||||
max-failures: 3
|
||||
require-maintainer-can-modify: true
|
||||
|
||||
# Description
|
||||
|
|
@ -40,3 +40,4 @@ jobs:
|
|||
exempt-label: "exempt"
|
||||
close-pr: true
|
||||
failure-add-pr-labels: "spam"
|
||||
failure-pr-message: "This PR has been marked as Spam, please re-open if this is a mistake.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue