Skip to content

Commit 1f01c38

Browse files
authored
Fix bot name (#77436)
1 parent 371953b commit 1f01c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/policies/resourceManagement.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ configuration:
103103
- payloadType: Pull_Request
104104
- isPullRequest
105105
- isActivitySender:
106-
user: github-actions
106+
user: github-actions[bot]
107107
issueAuthor: False
108108
- titleContains:
109109
pattern: "[automated] Merge branch"
@@ -166,7 +166,7 @@ configuration:
166166
issueAuthor: False
167167
- not:
168168
isActivitySender:
169-
user: github-actions
169+
user: github-actions[bot]
170170
issueAuthor: False
171171
then:
172172
- addLabel:
@@ -187,7 +187,7 @@ configuration:
187187
issueAuthor: False
188188
- not:
189189
isActivitySender:
190-
user: github-actions
190+
user: github-actions[bot]
191191
issueAuthor: False
192192
- or:
193193
- isAction:

0 commit comments

Comments
 (0)