Skip to content

Commit 1d8d579

Browse files
authored
Change 'assignTo' to 'requestReview' in YAML
1 parent dde3357 commit 1d8d579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/policies/pullRequestManagement-labelFiles.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ configuration:
2626
matchAny: true
2727
pattern: '(?i).*/blazor/hybrid/.*'
2828
then:
29-
- assignTo:
30-
user: guardrex
29+
- requestReview:
30+
reviewer: guardrex
3131
- addLabel:
3232
label: 'blazor-hybrid/subsvc'
3333
- if:
@@ -48,8 +48,8 @@ configuration:
4848
matchAny: true
4949
pattern: '(?i).*/mvc/views/tag-helpers/built-in/persist-component-state.md'
5050
then:
51-
- assignTo:
52-
user: guardrex
51+
- requestReview:
52+
reviewer: guardrex
5353
- addLabel:
5454
label: 'blazor/subsvc'
5555
onFailure:

0 commit comments

Comments
 (0)