Skip to content

Commit faa4cfb

Browse files
Workflow: Issue Minimum Response
1 parent 2582595 commit faa4cfb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/minimum-response-time.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
name: Issue Minimum Response Time
2-
on: push
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 */3 * * *"
36
jobs:
47
evaluate:
58
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
611
steps:
712
- name: Checkout Code
813
uses: actions/checkout@v2
914
- name: Issue Minimum Response ⏰
1015
uses: malachi-constant/issue-minimum-response@latest
11-
permissions:
12-
issues: write
1316
with:
1417
exempt_user_list: "github-actions[bot]"
1518
exempt_labels: "help wanted"

0 commit comments

Comments
 (0)