Skip to content

Commit ce63dc3

Browse files
1 parent cf901c7 commit ce63dc3

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
@@ -5,8 +5,6 @@ resource: repository
55
configuration:
66
resourceManagementConfiguration:
77
eventResponderTasks:
8-
- description: Label main to live PRs
9-
- triggerOnOwnActions: true
108
- if:
119
- payloadType: Pull_Request
1210
- isAction:
@@ -17,5 +15,7 @@ configuration:
1715
then:
1816
- addLabel:
1917
label: ':octocat: auto-merge'
18+
description: Label main to live PRs
19+
triggerOnOwnActions: true
2020

2121

0 commit comments

Comments
 (0)