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:
parent
657c6748ed
commit
4f4b43f17b
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue