File tree 4 files changed +21
-0
lines changed
4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5
5
# branches to consider in the event; optional, defaults to all
6
6
branches :
7
7
- master
8
+ permissions :
9
+ contents : read
10
+
8
11
jobs :
9
12
update_release_draft :
13
+ permissions :
14
+ contents : write # for release-drafter/release-drafter to create a github release
15
+ pull-requests : write # for release-drafter/release-drafter to add label to PR
10
16
runs-on : ubuntu-latest
11
17
steps :
12
18
# Drafts your next Release notes as Pull Requests are merged into "master"
Original file line number Diff line number Diff line change 3
3
issues :
4
4
types : [opened, edited]
5
5
6
+ permissions :
7
+ contents : read
8
+
6
9
jobs :
7
10
triage :
11
+ permissions :
12
+ contents : read # for github/issue-labeler to get repo contents
13
+ issues : write # for github/issue-labeler to create or remove labels
8
14
runs-on : ubuntu-latest
9
15
steps :
10
16
Original file line number Diff line number Diff line change 4
4
schedule :
5
5
- cron : ' 0 0 * * *'
6
6
7
+ permissions :
8
+ contents : read
9
+
7
10
jobs :
8
11
lock :
12
+ permissions :
13
+ issues : write # for dessant/lock-threads to lock issues
14
+ pull-requests : write # for dessant/lock-threads to lock PRs
9
15
runs-on : ubuntu-latest
10
16
steps :
11
17
- uses : dessant/lock-threads@v3
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ name: Version Check
7
7
on : push
8
8
9
9
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
10
+ permissions :
11
+ contents : read
12
+
10
13
jobs :
11
14
# This workflow contains a single job called "build"
12
15
Version-Check :
You can’t perform that action at this time.
0 commit comments