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 02fd79cCopy full SHA for 02fd79c
.github/workflows/ci.yml
@@ -6,12 +6,19 @@ on:
6
- 'master'
7
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
8
pull_request:
9
+ - opened
10
+ - labeled
11
+ - unlabeled
12
+ - synchronize
13
+ - reopened
14
## This workflow needs the `pull-request` permissions to work for the package diffing
15
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
16
+## Issues permissions are required for
17
permissions:
18
+ issues: write
19
pull-requests: write
20
contents: read
21
jobs:
22
ci:
23
name: Continuous Integration
- uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@main
24
+ uses: WyriHaximus/github-workflows/.github/workflows/package.yaml@required-labels
0 commit comments