We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77c19b commit e02ae3aCopy full SHA for e02ae3a
1 file changed
.github/workflows/pr-issues-project.yaml
@@ -14,15 +14,15 @@ on:
14
description: "GitHub App private key for the DevOps Stack Project app"
15
required: true
16
17
- # issues:
18
- # types:
19
- # - opened
20
- # - reopened
+ issues:
+ types:
+ - opened
+ - reopened
21
22
- # pull_request:
23
24
25
+ pull_request:
26
27
jobs:
28
add-to-project:
0 commit comments