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 c6a1573 commit 3e8f785Copy full SHA for 3e8f785
.github/policies/moderatorTriggers.yml
@@ -476,6 +476,14 @@ configuration:
476
then:
477
- addLabel:
478
label: Zipped-Binary
479
+ # Zipped-Binary
480
+ - if:
481
+ - commentContains:
482
+ pattern: '\[[Pp]olicy\]\s+([wW]indows[\s-])?[sS]andbox'
483
+ isRegex: True
484
+ then:
485
+ - addLabel:
486
+ label: Windows-Sandbox
487
# Unblocked
488
- if:
489
- commentContains:
@@ -654,6 +662,8 @@ configuration:
654
662
label: Public-Service-Announcement
655
663
- removeLabel:
656
664
label: Side-By-Side
665
+ - removeLabel:
666
657
667
658
668
659
669
onFailure:
0 commit comments