Change probot workflow source (#15492)
This commit is contained in:
parent
f5d67d73a5
commit
85d7da881c
|
@ -15,7 +15,7 @@ jobs:
|
|||
if: github.event_name == 'issue' || github.event.pull_request.draft == false
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: carmocca/probot@v2
|
||||
- uses: Lightning-AI/probot@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
# if this timeout triggers, then the job needs to be manually restarted through the GitHub interface
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: carmocca/probot@v2
|
||||
- uses: Lightning-AI/probot@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue