Skip to content

Commit 8f295b3

Browse files
committed
refactor(workflow): updated github workflow
1 parent 455679a commit 8f295b3

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug 🐞
22
description: Report a bug
3-
labels: [Bug,support]
3+
labels: [support, bug]
44
body:
55
- type: markdown
66
attributes:

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 2 additions & 2 deletions
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.yml

Lines changed: 1 addition & 1 deletion
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}}

.github/workflows/issue-staler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
only-labels: 'awaiting-reply'
1616
exempt-issue-labels: 'triage'
1717
days-before-stale: 7
18-
days-before-close: 7
18+
days-before-close: 7

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 ThemeSelection
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)