Tune cc-bot settings (#10544)

This commit is contained in:
Carlos Mocholí 2021-11-16 19:23:57 +01:00 committed by GitHub
parent d50e1696f9
commit 247f5aacc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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: