Skip to content

Commit eab641f

Browse files
authored
Fix indentation
1 parent 05a1d20 commit eab641f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/policies/resourceManagement.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,33 @@ configuration:
1616
- payloadType: Pull_Request
1717
- isPullRequest
1818
- isActivitySender:
19-
user: github-actions
20-
issueAuthor: False
19+
user: github-actions
20+
issueAuthor: False
2121
- or:
2222
- titleContains:
23-
pattern: "[automated] Merge branch"
24-
isRegex: False
23+
pattern: "[automated] Merge branch"
24+
isRegex: False
2525
- titleContains:
26-
pattern: "[automated] Update main version"
27-
isRegex: False
26+
pattern: "[automated] Update main version"
27+
isRegex: False
2828
- isAction:
2929
action: Opened
3030
then:
3131
- approvePullRequest:
32-
comment: Auto-approve
32+
comment: Auto-approve
3333
- enableAutoMerge:
34-
mergeMethod: merge
34+
mergeMethod: merge
3535

3636
- description: Add "untriaged" label to issues when opened
3737
triggerOnOwnActions: false
3838
if:
3939
- payloadType: Issues
4040
- or:
4141
- isAction:
42-
action: Opened
42+
action: Opened
4343
then:
4444
- addLabel:
45-
label: untriaged
45+
label: untriaged
4646

4747
onFailure:
4848
onSuccess:

0 commit comments

Comments
 (0)