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 06f60c9 commit ffd69c1Copy full SHA for ffd69c1
.github/workflows/pr-quality.yaml
@@ -40,7 +40,10 @@ jobs:
40
max-emoji-count: 2
41
max-code-references: 5
42
require-linked-issue: false
43
- blocked-terms: "STRAWBERRY"
+ blocked-terms: |
44
+ STRAWBERRY
45
+ 🤖 Generated with Claude Code
46
+ Generated with Claude Code
47
blocked-issue-numbers: 8154
48
49
# PR Template Checks
@@ -97,7 +100,7 @@ jobs:
97
100
exempt-pr-milestones: ""
98
101
99
102
# PR Success Actions
- success-add-pr-labels: "quality/verified"
103
+ success-add-pr-labels: ""
104
105
# PR Failure Actions
106
failure-remove-pr-labels: ""
0 commit comments