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:
|
required-jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.draft == false
|
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: 61 # in case something is wrong with the internal timeout
|
||||||
timeout-minutes: 60
|
|
||||||
steps:
|
steps:
|
||||||
- uses: Lightning-AI/probot@v1
|
- uses: Lightning-AI/probot@v2
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
job: check-group
|
job: check-group
|
||||||
interval: 180 # seconds
|
interval: 180 # seconds
|
||||||
|
timeout: 60 # minutes
|
||||||
|
maintainers: '@Lightning-AI/lai-frameworks'
|
||||||
|
owner: '@carmocca'
|
||||||
|
|
Loading…
Reference in New Issue