File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Make run tests e2e
2
2
3
3
on :
4
- pull_request :
5
- types : [labeled]
4
+ issue_comment :
5
+ types :
6
+ - created
6
7
7
8
jobs :
8
9
build :
9
- if : ${{ github.event.label.name == ' ok-to-test' }}
10
+ if : ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/ ok-to-test')
10
11
runs-on : ubuntu-22.04
11
12
steps :
13
+ - uses : actions-cool/check-user-permission@main
14
+ with :
15
+ require : ' write'
12
16
- uses : actions/checkout@v4
13
17
- uses : actions/setup-go@v5
14
18
with :
Original file line number Diff line number Diff line change 1
1
name : Make run tests
2
2
3
3
on :
4
- pull_request :
5
- types : [labeled]
4
+ issue_comment :
5
+ types :
6
+ - created
6
7
7
8
jobs :
8
9
build :
9
- if : ${{ github.event.label.name == ' ok-to-test' }}
10
+ if : ${{ github.event.issue.pull_request }} && contains(github.event.comment.body, '/ ok-to-test')
10
11
runs-on : ubuntu-22.04
11
12
steps :
13
+ - uses : actions-cool/check-user-permission@main
14
+ with :
15
+ require : ' write'
12
16
- uses : actions/checkout@v4
13
17
- uses : actions/setup-go@v5
14
18
with :
You can’t perform that action at this time.
0 commit comments