Enable Probot CheckGroup V2 (#15612)

* Enable v2

* Run on draft

* DEBUG

* maintainers and owner

* Revert "DEBUG"

This reverts commit 1414e85902.
This commit is contained in:
Carlos Mocholí 2022-11-10 08:25:43 +01:00 committed by GitHub
parent 657c6748ed
commit 4f4b43f17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -12,12 +12,14 @@ jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
# if this timeout triggers, then the job needs to be manually restarted through the GitHub interface
timeout-minutes: 60
timeout-minutes: 61 # in case something is wrong with the internal timeout
steps:
- uses: Lightning-AI/probot@v1
- uses: Lightning-AI/probot@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
job: check-group
interval: 180 # seconds
timeout: 60 # minutes
maintainers: '@Lightning-AI/lai-frameworks'
owner: '@carmocca'