Skip to content

Commit 767319a

Browse files
ulgenstim-schilling
authored andcommitted
Set timeout for all actions
1 parent e4c20b6 commit 767319a

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

.github/workflows/add_member.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
ISSUE_NUMBER: ${{ github.event.issue.number }}
2121
ISSUE_USER: ${{ github.event.issue.user.login }}
2222
BRANCH_NAME: "add-user/${{ github.event.issue.number }}"
23+
timeout-minutes: 3
2324

2425
steps:
2526
- name: Setup python

.github/workflows/apply.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
contents: read
2323
pull-requests: write
2424

25+
timeout-minutes: 10
26+
2527
steps:
2628
- name: Checkout code
2729
uses: actions/checkout@v6.0.1

.github/workflows/member-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
pull-requests: write
12+
timeout-minutes: 3
1213

1314
steps:
1415
- name: Checkout code

.github/workflows/plan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
permissions:
2020
contents: read
2121
pull-requests: write
22+
timeout-minutes: 10
2223
steps:
2324
- name: Checkout code
2425
uses: actions/checkout@v6.0.1

.github/workflows/zizmor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
security-events: write
1717
contents: read # only needed for private repos
1818
actions: read # only needed for private repos
19+
timeout-minutes: 3
1920
steps:
2021
- name: Checkout repository
2122
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)