Skip to content

Commit da0a6d7

Browse files
committed
Merge remote-tracking branch 'origin/main' into users/jfriedri-ni/add-get-set-panel-value
2 parents c1324ae + 5b1cef0 commit da0a6d7

File tree

3 files changed

+21
-11
lines changed

3 files changed

+21
-11
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
workflow_call:
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
checks: write
14+
pull-requests: write
15+
1116
jobs:
1217
check_nipanel:
1318
name: Check nipanel

.github/workflows/PR.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
workflow_call:
99
workflow_dispatch:
1010

11+
permissions:
12+
contents: read
13+
checks: write
14+
pull-requests: write
15+
1116
concurrency:
1217
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1318
cancel-in-progress: true

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)