File tree 5 files changed +15
-3
lines changed
5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
- release/*
8
8
9
- pull_request_target :
9
+ pull_request :
10
10
branches :
11
11
- master
12
12
- release/*
31
31
sparse-checkout : |
32
32
.github
33
33
34
- - if : ${{ github.event_name == 'pull_request_target ' }}
34
+ - if : ${{ github.event_name == 'pull_request ' }}
35
35
run : |
36
36
set -ex
37
37
Original file line number Diff line number Diff line change 4
4
pull_request_review :
5
5
types : [submitted, edited]
6
6
7
- pull_request_target :
7
+ pull_request :
8
8
types :
9
9
- opened
10
10
branches :
11
11
- ' *'
12
12
13
+ permissions :
14
+ contents : read
15
+
13
16
jobs :
14
17
check_dogfooding :
15
18
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
required : true
8
8
type : string
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
publish :
12
15
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 6
6
- master
7
7
- release/*
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
release_please :
11
14
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 7
7
- master
8
8
tags : ["*"]
9
9
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
test :
12
15
strategy :
You can’t perform that action at this time.
0 commit comments