We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2195449 commit 7d35abfCopy full SHA for 7d35abf
1 file changed
.github/workflows/pr-quality.yml
@@ -15,5 +15,13 @@ jobs:
15
steps:
16
- uses: peakoss/anti-slop@v0
17
with:
18
+ # Number of check failures needed before failure actions are triggered
19
max-failures: 3
20
+ # List of commit author usernames to block
21
blocked-commit-authors: "claude,copilot"
22
+ # Require the PR to reference at least one issue in the PR description.
23
+ require-linked-issue: true
24
+ # List of terms blocked from appearing in the PR description
25
+ blocked-terms: "MANGO"
26
+ # Minimum GitHub account age in days
27
+ min-account-age: 30
0 commit comments