There was an error while loading. Please reload this page.
1 parent 284c3ac commit f421070Copy full SHA for f421070
2 files changed
.github/workflows/labels.yml
@@ -1,9 +1,13 @@
1
name: Sync repository labels
2
+
3
on:
4
issues:
5
pull_request:
6
workflow_dispatch:
7
8
+permissions:
9
+ issues: write
10
11
jobs:
12
sync-labels:
13
runs-on: ubuntu-latest
.github/workflows/shellcheck.yml
@@ -4,11 +4,14 @@ on:
paths:
- "**/*.sh"
+ contents: read
shellcheck:
steps:
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v6
15
- name: Shellcheck
16
run: |
17
.github/workflows/scripts/run-shellcheck.sh
0 commit comments