Skip to content

Commit 2582595

Browse files
Workflow: Integration of Minimum Response Time Workflow
1 parent 0de19c5 commit 2582595

File tree

2 files changed

+17
-32
lines changed

2 files changed

+17
-32
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Issue Minimum Response Time
2+
on: push
3+
jobs:
4+
evaluate:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Checkout Code
8+
uses: actions/checkout@v2
9+
- name: Issue Minimum Response ⏰
10+
uses: malachi-constant/issue-minimum-response@latest
11+
permissions:
12+
issues: write
13+
with:
14+
exempt_user_list: "github-actions[bot]"
15+
exempt_labels: "help wanted"
16+
token: ${{secrets.GITHUB_TOKEN}}
17+
label: needs-triage

.github/workflows/needs-response.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)