Skip to content

Commit 5d19a5a

Browse files
authored
Merge pull request #9913 from mkArtakMSFT/patch-1
Fix the policy for assigning the labels
2 parents bc5c3d5 + 4d60e82 commit 5d19a5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/policies/label-prs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ configuration:
66
resourceManagementConfiguration:
77
eventResponderTasks:
88
- description: Label main to live PRs
9-
triggerOnOwnActions: true
10-
if:
9+
- triggerOnOwnActions: true
10+
- if:
1111
- payloadType: Pull_Request
1212
- isAction:
1313
action: Opened

0 commit comments

Comments
 (0)