Skip to content

Commit 625b768

Browse files
authored
Fix or conditions in issue policy (#929)
1 parent 79ddf34 commit 625b768

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/policies/issues-03-needs-info.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ configuration:
3939
- Remove the `Needs: Attention 👋` label
4040
- Label with `Needs: Triage 🔍`
4141
if:
42-
- or
42+
- or:
4343
- payloadType: Issues
4444
- payloadType: Issue_Comment
45-
- or
45+
- or:
4646
- labelAdded:
4747
label: 'Needs: Information'
4848
- labelAdded:
@@ -62,10 +62,10 @@ configuration:
6262
- Remove the `Needs: Attention 👋` label
6363
- Label with `Needs: Triage 🔍`
6464
if:
65-
- or
65+
- or:
6666
- payloadType: Issues
6767
- payloadType: Issue_Comment
68-
- or
68+
- or:
6969
- hasLabel:
7070
label: 'Needs: Information'
7171
- hasLabel:

0 commit comments

Comments
 (0)