Skip to content

Commit 66bd400

Browse files
committed
Update config
1 parent 8d96b9a commit 66bd400

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/probot-auto-cc.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Probot
22

33
on:
44
issues:
5-
types:
6-
- labeled
5+
types: [labeled]
76
pull_request:
87
types: [labeled, ready_for_review]
98

109
jobs:
1110
auto-cc:
1211
runs-on: ubuntu-latest
13-
if: github.event.pull_request.draft == false
12+
if: github.event_name == "issue" || github.event.pull_request.draft == false
1413
steps:
1514
- uses: carmocca/probot@v1
1615
env:

0 commit comments

Comments
 (0)