Skip to content

Commit 4ee15e7

Browse files
committed
refactor(workflow): updated to create issues on github
1 parent 28a03ea commit 4ee15e7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug 🐞
2-
description: Report a bug
3-
labels: [Bug,support]
2+
description: Report a bug
3+
labels: [support, bug]
44
body:
55
- type: markdown
66
attributes:
@@ -27,11 +27,11 @@ body:
2727
value: |
2828
<!-- If technical bug
2929
NodeJS Version:
30-
Package manager(npm|yarn|pnpm):
30+
Package manager(npm|yarn|pnpm):
3131
Browser name & version:
3232
System:
3333
-->
34-
34+
3535
<!-- If design file bug
3636
Technology(figma|sketch):
3737
-->

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/feature-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature request ✨
22
description: Suggest an idea or ask for a feature that you would like to have
3-
labels: [feat-req,support]
3+
labels: [support, feature-req]
44
body:
55
- type: markdown
66
attributes:
@@ -15,4 +15,4 @@ body:
1515
attributes:
1616
label: What does the proposed solution look like?
1717
validations:
18-
required: true
18+
required: true

.github/workflows/handle-new-issue-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
name: Handle new issue comment
1010
steps:
1111
- name: Toggle awaiting-reply label
12-
uses: jd-0001/gh-action-toggle-awaiting-reply-label@v2.0.0
12+
uses: jd-solanki/gh-action-toggle-awaiting-reply-label@v2.1.0
1313
with:
14-
label: awaiting-reply
14+
label: awaiting-reply

.github/workflows/handle-new-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
comment: >
1717
Potential duplicates: {{#issues}}
1818
- #{{ number }} _({{ accuracy }}% Match)_
19-
{{/issues}}
19+
{{/issues}}

0 commit comments

Comments
 (0)