Enable the auto-cc bot (#10531)
This commit is contained in:
parent
ade4465373
commit
3077886a4f
|
@ -0,0 +1 @@
|
|||
tracking_issue: 10530
|
|
@ -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 }}
|
Loading…
Reference in New Issue