Skip to content

Commit 92e9225

Browse files
committed
Add issues write permissions for required label enforcing
1 parent b60f703 commit 92e9225

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ on:
99
## This workflow needs the `pull-request` permissions to work for the package diffing
1010
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
1111
permissions:
12+
issues: write
1213
pull-requests: write
1314
contents: read
1415
jobs:
1516
ci:
1617
name: Continuous Integration
17-
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18+
uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@required-labels

0 commit comments

Comments
 (0)