Enable the auto-cc bot (#10531)

This commit is contained in:
Carlos Mocholí 2021-11-15 15:27:42 +01:00 committed by GitHub
parent ade4465373
commit 3077886a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

1
.github/lightning-probot.yml vendored Normal file
View File

@ -0,0 +1 @@
tracking_issue: 10530

18
.github/workflows/probot-auto-cc.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Probot
on:
issues:
types:
- labeled
pull_request:
types:
- labeled
jobs:
auto-cc:
if: ${{ github.repository_owner == 'PyTorchLightning' }}
runs-on: ubuntu-latest
steps:
- uses: carmocca/probot@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}