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 8099e35 commit 5b1cef0Copy full SHA for 5b1cef0
.github/workflows/CI.yml
@@ -8,6 +8,11 @@ on:
8
workflow_call:
9
workflow_dispatch:
10
11
+permissions:
12
+ contents: read
13
+ checks: write
14
+ pull-requests: write
15
+
16
jobs:
17
check_nipanel:
18
name: Check nipanel
.github/workflows/PR.yml
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
0 commit comments