File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
4747onFailure :
4848onSuccess:
You can’t perform that action at this time.
0 commit comments