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 b25a3b5 commit 8944529Copy full SHA for 8944529
.github/workflows/ci.yml
@@ -1,4 +1,5 @@
1
name: CI
2
+
3
permissions:
4
contents: read
5
.github/workflows/label-issues.yml
@@ -1,14 +1,17 @@
name: Label issues
+permissions:
+ issues: write
6
on:
7
issues:
8
types:
9
- reopened
10
- opened
11
12
jobs:
13
label_issues:
14
runs-on: ubuntu-latest
- permissions:
- issues: write
15
steps:
16
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
17
env:
.github/workflows/release.yml
@@ -1,11 +1,11 @@
name: Release
-on:
- workflow_dispatch:
-
contents: write
+on:
+ workflow_dispatch:
publish-npm:
0 commit comments