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 e54438a commit 5807400Copy full SHA for 5807400
.github/fabricbot.json
@@ -3685,17 +3685,23 @@
3685
}
3686
},
3687
{
3688
- "name": "bodyContains",
3689
- "parameters": {
3690
- "bodyPattern": "[Aa][Oo][Tt]",
3691
- "isRegex": true
3692
- }
3693
- },
3694
- {
3695
- "name": "hasLabel",
3696
3697
- "label": "INTERNAL: Debug"
3698
+ "operator": "or",
+ "operands": [
+ {
+ "name": "bodyContains",
+ "parameters": {
+ "bodyPattern": "[Aa][Oo][Tt]",
+ "isRegex": true
+ }
+ },
+ "name": "titleContains",
3699
3700
+ "isRegex": true,
3701
+ "titlePattern": "[Aa][Oo][Tt]"
3702
3703
3704
+ ]
3705
3706
]
3707
0 commit comments