File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 5
5
types :
6
6
- opened
7
7
- reopened
8
- - closed
9
- pull_request_target :
10
- types :
11
- - closed
12
8
13
9
jobs :
14
10
auto-merge :
15
- name : Auto reviews, merge and close pull requests
11
+ name : Auto reviews pull requests from bots
16
12
runs-on : ubuntu-22.04
17
13
timeout-minutes : 5
18
14
38
34
})
39
35
if : |-
40
36
startsWith(github.head_ref, 'ghci/audit/')
41
- && (github.event.pull_request.user.login == 'ghci-test[bot]'
42
- || github.event.pull_request.user.login == 'ghci-int[bot]'
43
- || github.event.pull_request.user.login == 'ghci[bot]')
44
- && (github.event.action == 'opened'
45
- || github.event.action == 'reopened')
37
+ && (github.event.pull_request.user.login == 'geo-ghci-test[bot]'
38
+ || github.event.pull_request.user.login == 'geo-ghci-int[bot]'
39
+ || github.event.pull_request.user.login == 'geo-ghci[bot]')
46
40
- name : Auto reviews Renovate updates
47
41
uses : actions/github-script@v7
48
42
with :
55
49
})
56
50
if : |-
57
51
github.event.pull_request.user.login == 'renovate[bot]'
58
- && (github.event.action == 'opened'
59
- || github.event.action == 'reopened')
You can’t perform that action at this time.
0 commit comments