Skip to content

Commit

Permalink
Tune cc-bot settings (#10544)
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca authored Nov 16, 2021
1 parent d50e169 commit 247f5aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/probot-auto-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@ name: Probot

on:
issues:
types:
- labeled
types: [labeled]
pull_request:
types:
- labeled
types: [labeled, ready_for_review]

jobs:
auto-cc:
if: ${{ github.repository_owner == 'PyTorchLightning' }}
runs-on: ubuntu-latest
if: github.event_name == "issue" || github.event.pull_request.draft == false
steps:
- uses: carmocca/probot@v1
env:
Expand Down

0 comments on commit 247f5aa

Please sign in to comment.