diff --git a/.github/workflows/add_member.yml b/.github/workflows/add_member.yml index 9616c61..3b120bd 100644 --- a/.github/workflows/add_member.yml +++ b/.github/workflows/add_member.yml @@ -20,6 +20,7 @@ jobs: ISSUE_NUMBER: ${{ github.event.issue.number }} ISSUE_USER: ${{ github.event.issue.user.login }} BRANCH_NAME: "add-user/${{ github.event.issue.number }}" + timeout-minutes: 3 steps: - name: Setup python diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index f4a067e..910993c 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -22,6 +22,8 @@ jobs: contents: read pull-requests: write + timeout-minutes: 10 + steps: - name: Checkout code uses: actions/checkout@v6.0.1 diff --git a/.github/workflows/member-verification.yml b/.github/workflows/member-verification.yml index f612cda..c484a07 100644 --- a/.github/workflows/member-verification.yml +++ b/.github/workflows/member-verification.yml @@ -9,6 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + timeout-minutes: 3 steps: - name: Checkout code diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index d61b66d..fcc645a 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -19,6 +19,7 @@ jobs: permissions: contents: read pull-requests: write + timeout-minutes: 10 steps: - name: Checkout code uses: actions/checkout@v6.0.1 diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 2036429..ea89539 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -16,6 +16,7 @@ jobs: security-events: write contents: read # only needed for private repos actions: read # only needed for private repos + timeout-minutes: 3 steps: - name: Checkout repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1