Skip to content

Commit 247f5aa

Browse files
authored
Tune cc-bot settings (#10544)
1 parent d50e169 commit 247f5aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

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

33
on:
44
issues:
5-
types:
6-
- labeled
5+
types: [labeled]
76
pull_request:
8-
types:
9-
- labeled
7+
types: [labeled, ready_for_review]
108

119
jobs:
1210
auto-cc:
13-
if: ${{ github.repository_owner == 'PyTorchLightning' }}
1411
runs-on: ubuntu-latest
12+
if: github.event_name == "issue" || github.event.pull_request.draft == false
1513
steps:
1614
- uses: carmocca/probot@v1
1715
env:

0 commit comments

Comments
 (0)