Skip to content

Commit 10d109f

Browse files
authored
Update resource management configuration (#7084)
Moving the condition to the correct node
1 parent c233e67 commit 10d109f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/policies/resourceManagement.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ configuration:
152152
description: Cleanse emails
153153
- if:
154154
- payloadType: Pull_Request
155+
- isAction:
156+
action: Opened
155157
then:
156158
- assignTo:
157159
author: True
158160
description: Assign PRs to authors
159161
- if:
160162
- payloadType: Issue_Comment
161-
- isAction:
162-
action: Opened
163163
- isActivitySender:
164164
issueAuthor: True
165165
- hasLabel:
@@ -225,3 +225,4 @@ configuration:
225225
onFailure:
226226
onSuccess:
227227

228+

0 commit comments

Comments
 (0)