File tree Expand file tree Collapse file tree 3 files changed +15
-35
lines changed Expand file tree Collapse file tree 3 files changed +15
-35
lines changed Original file line number Diff line number Diff line change 8
8
configuration :
9
9
resourceManagementConfiguration :
10
10
eventResponderTasks :
11
- - description : Auto -squash-merge PRs to main labeled with auto-merge
11
+ - description : Approve and auto -squash-merge PRs to main labeled with ' auto-merge'
12
12
triggerOnOwnActions : true
13
13
if :
14
14
- payloadType : Pull_Request
@@ -22,7 +22,7 @@ configuration:
22
22
- approvePullRequest :
23
23
comment : " Approved; this PR will merge when all status checks pass."
24
24
25
- - description : Auto-merge PRs to live labeled with auto-merge
25
+ - description : Auto-merge PRs to live labeled with ' auto-merge'
26
26
triggerOnOwnActions : true
27
27
if :
28
28
- payloadType : Pull_Request
@@ -34,7 +34,7 @@ configuration:
34
34
- enableAutoMerge :
35
35
mergeMethod : Merge
36
36
37
- - description : Don't auto-merge PRs with auto-merge label removed
37
+ - description : Don't auto-merge PRs with ' auto-merge' label removed
38
38
if :
39
39
- payloadType : Pull_Request
40
40
- labelRemoved :
Original file line number Diff line number Diff line change @@ -60,6 +60,18 @@ configuration:
60
60
- addLabel :
61
61
label : " :octocat: auto-merge"
62
62
63
+ - description : Label PRs from dependabot/dependabot[bot]
64
+ if :
65
+ - payloadType : Pull_Request
66
+ - or :
67
+ - isActivitySender :
68
+ user : dependabot
69
+ - isActivitySender :
70
+ user : dependabot[bot]
71
+ then :
72
+ - addLabel :
73
+ label : " :octocat: auto-merge"
74
+
63
75
- description : Label PRs with okr-quality
64
76
if :
65
77
- payloadType : Pull_Request
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments