Commit e04f594 1 parent acf67aa commit e04f594 Copy full SHA for e04f594
File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
workflow_dispatch :
8
8
9
+ permissions :
10
+ contents : read
11
+
9
12
jobs :
10
13
update_release_draft :
14
+ permissions :
15
+ # allow release-drafter/release-drafter to create GitHub releases and add labels to PRs
16
+ contents : write
17
+ pull-requests : write
11
18
runs-on : ubuntu-latest
19
+ if : github.repository == 'twbs/icons'
12
20
steps :
13
21
- uses : release-drafter/release-drafter@v5
14
22
env :
Original file line number Diff line number Diff line change @@ -2,15 +2,19 @@ name: Tests
2
2
3
3
on :
4
4
push :
5
- branches-ignore :
6
- - " dependabot/**"
5
+ branches :
6
+ - main
7
+ - " !dependabot/**"
7
8
pull_request :
8
9
workflow_dispatch :
9
10
10
11
env :
11
12
FORCE_COLOR : 2
12
13
NODE : 18
13
14
15
+ permissions :
16
+ contents : read
17
+
14
18
jobs :
15
19
test :
16
20
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments