diff options
Diffstat (limited to '.github/workflows/new_contributor_pr.yml')
| -rw-r--r-- | .github/workflows/new_contributor_pr.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/new_contributor_pr.yml b/.github/workflows/new_contributor_pr.yml index 194adb3bb8..054ee0f1d5 100644 --- a/.github/workflows/new_contributor_pr.yml +++ b/.github/workflows/new_contributor_pr.yml @@ -15,6 +15,7 @@ jobs: if: github.repository == 'django/django' name: Hello new contributor runs-on: ubuntu-latest + timeout-minutes: 60 steps: # Pin to v1: https://github.com/actions/first-interaction/issues/369 - uses: actions/first-interaction@v1 |
