Change probot workflow source (#15492)

This commit is contained in:
Carlos Mocholí 2022-11-03 15:10:55 +01:00 committed by GitHub
parent f5d67d73a5
commit 85d7da881c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: