We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3577ea8 commit c8b1941Copy full SHA for c8b1941
.github/workflows/ci.yml
@@ -4,6 +4,8 @@ on:
4
branches:
5
- main
6
pull_request:
7
+permissions:
8
+ contents: read
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
11
cancel-in-progress: true
.github/workflows/combine-prs.yml
@@ -15,6 +15,9 @@ on:
15
required: true
16
default: 'combine-prs-branch'
17
18
19
+ pull-requests: write
20
+
21
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22
jobs:
23
# This workflow contains a single job called "combine-prs"
0 commit comments