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:
16
16
- payloadType : Pull_Request
17
17
- isPullRequest
18
18
- isActivitySender :
19
- user : github-actions
20
- issueAuthor : False
19
+ user : github-actions
20
+ issueAuthor : False
21
21
- or :
22
22
- titleContains :
23
- pattern : " [automated] Merge branch"
24
- isRegex : False
23
+ pattern : " [automated] Merge branch"
24
+ isRegex : False
25
25
- titleContains :
26
- pattern : " [automated] Update main version"
27
- isRegex : False
26
+ pattern : " [automated] Update main version"
27
+ isRegex : False
28
28
- isAction :
29
29
action : Opened
30
30
then :
31
31
- approvePullRequest :
32
- comment : Auto-approve
32
+ comment : Auto-approve
33
33
- enableAutoMerge :
34
- mergeMethod : merge
34
+ mergeMethod : merge
35
35
36
36
- description : Add "untriaged" label to issues when opened
37
37
triggerOnOwnActions : false
38
38
if :
39
39
- payloadType : Issues
40
40
- or :
41
41
- isAction :
42
- action : Opened
42
+ action : Opened
43
43
then :
44
44
- addLabel :
45
- label : untriaged
45
+ label : untriaged
46
46
47
47
onFailure :
48
48
onSuccess:
You can’t perform that action at this time.
0 commit comments