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 b60f703 commit 92e9225Copy full SHA for 92e9225
.github/workflows/ci.yml
@@ -9,9 +9,10 @@ on:
9
## This workflow needs the `pull-request` permissions to work for the package diffing
10
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
11
permissions:
12
+ issues: write
13
pull-requests: write
14
contents: read
15
jobs:
16
ci:
17
name: Continuous Integration
- uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
18
+ uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@required-labels
0 commit comments