We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ca7af commit c824c28Copy full SHA for c824c28
.github/workflows/pull-request.yml
@@ -4,8 +4,11 @@ on:
4
pull_request:
5
workflow_dispatch:
6
7
+permissions:
8
+ contents: read
9
+
10
concurrency:
- group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
11
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
cancel-in-progress: true
13
14
jobs:
.github/workflows/version.yml
@@ -6,10 +6,9 @@ on:
- "main"
-# TODO: RE-ENABLE VERSION WHEN PERMISSIONS ARE FIXED
-# permissions:
-# contents: write
-# pull-requests: write
+ contents: write
+ pull-requests: write
15
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments