File tree 2 files changed +0
-33
lines changed
2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ concurrency:
4
4
group : e2e-cli-${{ github.ref }}
5
5
cancel-in-progress : true
6
6
7
- permissions :
8
- contents : write
9
- pull-requests : write
10
-
11
7
on :
12
8
pull_request :
13
9
branches :
20
16
VERBOSE : ${{ github.event.inputs.verbose }}
21
17
22
18
jobs :
23
-
24
- add-labels :
25
- runs-on : ubuntu-latest
26
- if : (github.event.pull_request.base.ref == 'staging' || github.event.pull_request.base.ref == 'main') && (github.event.action == 'reopened' || github.event.action == 'opened')
27
- steps :
28
- - name : Add labels to PR
29
- uses : actions-ecosystem/action-add-labels@v1
30
- with :
31
- github_token : ${{ secrets.GITHUB_TOKEN }}
32
- labels : |
33
- run-bittensor-cli-tests
34
-
35
19
check-labels :
36
- needs : add-labels
37
20
runs-on : ubuntu-latest
38
21
if : ${{ github.event.pull_request.draft == false }}
39
22
outputs :
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ concurrency:
4
4
group : e2e-sdk-${{ github.ref }}
5
5
cancel-in-progress : true
6
6
7
- permissions :
8
- contents : write
9
- pull-requests : write
10
-
11
7
on :
12
8
pull_request :
13
9
branches :
20
16
VERBOSE : ${{ github.event.inputs.verbose }}
21
17
22
18
jobs :
23
- add-labels :
24
- runs-on : ubuntu-latest
25
- if : (github.event.pull_request.base.ref == 'staging' || github.event.pull_request.base.ref == 'main') && (github.event.action == 'reopened' || github.event.action == 'opened')
26
- steps :
27
- - name : Add labels to PR
28
- uses : actions-ecosystem/action-add-labels@v1
29
- with :
30
- github_token : ${{ secrets.GITHUB_TOKEN }}
31
- labels : |
32
- run-bittensor-sdk-tests
33
-
34
19
check-labels :
35
- needs : add-labels
36
20
runs-on : ubuntu-latest
37
21
if : ${{ github.event.pull_request.draft == false }}
38
22
outputs :
You can’t perform that action at this time.
0 commit comments