CI: set probot timeout (#14455)

This commit is contained in:
Jirka Borovec 2022-08-30 19:03:32 +02:00 committed by GitHub
parent 255b46941e
commit 36aefdab90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ jobs:
auto-cc:
runs-on: ubuntu-latest
if: github.event_name == 'issue' || github.event.pull_request.draft == false
timeout-minutes: 5
steps:
- uses: carmocca/probot@v1
env:

View File

@ -9,6 +9,7 @@ jobs:
required-jobs:
runs-on: ubuntu-latest
if: github.event_name != 'issue_comment' || contains(github.event.comment.body, '@probot pls')
timeout-minutes: 5
steps:
- uses: carmocca/probot@v2
env: