There was an error while loading. Please reload this page.
1 parent e56a35d commit 9124bc8Copy full SHA for 9124bc8
.github/workflows/ci.yml
@@ -6,9 +6,16 @@ on:
6
- 'master'
7
- 'refs/heads/v[0-9]+.[0-9]+.[0-9]+'
8
pull_request:
9
+ types:
10
+ - opened
11
+ - labeled
12
+ - unlabeled
13
+ - synchronize
14
+ - reopened
15
## This workflow needs the `pull-request` permissions to work for the package diffing
16
## Refs: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
17
permissions:
18
+ issues: write
19
pull-requests: write
20
contents: read
21
jobs:
0 commit comments