Skip to content

Commit b0c15b0

Browse files
authored
Merge pull request #3096 from likamrat/housekeeping
update policy
2 parents 9605707 + 7353ceb commit b0c15b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/policies/resourceManagement.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ configuration:
6666
label: Needs-Triage
6767
- if:
6868
# Identifiy if the issue title contains the word "arcbox"
69-
- titleContains:
70-
pattern: "(?i)arcbox"
71-
isRegex: true
72-
- or:
73-
- bodyContains:
74-
pattern: "(?i)arcbox"
75-
isRegex: true
69+
- or:
70+
- titleContains:
71+
pattern: "(?i)arcbox"
72+
isRegex: true
73+
- bodyContains:
74+
pattern: "(?i)arcbox"
75+
isRegex: true
7676
then:
7777
- addLabel:
7878
label: ArcBox

0 commit comments

Comments
 (0)