-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: apply Pretty format suggestion
- Loading branch information
Showing
9 changed files
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
name: Codebase improvement | ||
about: Provide your feedback for the existing codebase. Suggest a better solution for algorithms, development tools, etc. | ||
title: "dev: " | ||
labels: "enhancement" | ||
assignees: "" | ||
title: 'dev: ' | ||
labels: 'enhancement' | ||
assignees: '' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
name: Support Question | ||
about: Question on how to use this project | ||
title: "support: " | ||
labels: "question" | ||
assignees: "" | ||
title: 'support: ' | ||
labels: 'question' | ||
assignees: '' | ||
--- | ||
|
||
# Support Question |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,78 +1,78 @@ | ||
--- | ||
- name: "breaking-change" | ||
- name: 'breaking-change' | ||
color: ee0701 | ||
description: "A change that changes the API or breaks backward compatibility for users." | ||
- name: "bugfix" | ||
description: 'A change that changes the API or breaks backward compatibility for users.' | ||
- name: 'bugfix' | ||
color: ee0701 | ||
description: "Inconsistencies or issues which will cause a problem for users or implementors." | ||
- name: "documentation" | ||
description: 'Inconsistencies or issues which will cause a problem for users or implementors.' | ||
- name: 'documentation' | ||
color: 0052cc | ||
description: "Solely about the documentation of the project." | ||
- name: "enhancement" | ||
description: 'Solely about the documentation of the project.' | ||
- name: 'enhancement' | ||
color: 1d76db | ||
description: "Enhancement of the code, not introducing new features." | ||
- name: "refactor" | ||
description: 'Enhancement of the code, not introducing new features.' | ||
- name: 'refactor' | ||
color: 1d76db | ||
description: "Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features." | ||
- name: "performance" | ||
description: 'Updating the code with simpler, easier to understand or more efficient syntax or methods, but not introducing new features.' | ||
- name: 'performance' | ||
color: 1d76db | ||
description: "Improving performance of the project, not introducing new features." | ||
- name: "new-feature" | ||
description: 'Improving performance of the project, not introducing new features.' | ||
- name: 'new-feature' | ||
color: 0e8a16 | ||
description: "New features or options." | ||
- name: "maintenance" | ||
description: 'New features or options.' | ||
- name: 'maintenance' | ||
color: 2af79e | ||
description: "Generic maintenance tasks." | ||
- name: "ci" | ||
description: 'Generic maintenance tasks.' | ||
- name: 'ci' | ||
color: 1d76db | ||
description: "Work that improves the continuous integration." | ||
- name: "dependencies" | ||
description: 'Work that improves the continuous integration.' | ||
- name: 'dependencies' | ||
color: 1d76db | ||
description: "Change in project dependencies." | ||
description: 'Change in project dependencies.' | ||
|
||
- name: "in-progress" | ||
- name: 'in-progress' | ||
color: fbca04 | ||
description: "Issue is currently being worked on by a developer." | ||
- name: "stale" | ||
description: 'Issue is currently being worked on by a developer.' | ||
- name: 'stale' | ||
color: fef2c0 | ||
description: "No activity for quite some time." | ||
- name: "no-stale" | ||
description: 'No activity for quite some time.' | ||
- name: 'no-stale' | ||
color: fef2c0 | ||
description: "This is exempt from the stale bot." | ||
description: 'This is exempt from the stale bot.' | ||
|
||
- name: "security" | ||
- name: 'security' | ||
color: ee0701 | ||
description: "Addressing a vulnerability or security risk in this project." | ||
- name: "incomplete" | ||
description: 'Addressing a vulnerability or security risk in this project.' | ||
- name: 'incomplete' | ||
color: fef2c0 | ||
description: "Missing information." | ||
- name: "invalid" | ||
description: 'Missing information.' | ||
- name: 'invalid' | ||
color: fef2c0 | ||
description: "This is off-topic, spam, or otherwise doesn't apply to this project." | ||
|
||
- name: "beginner-friendly" | ||
- name: 'beginner-friendly' | ||
color: 0e8a16 | ||
description: "Good first issue for people wanting to contribute to this project." | ||
- name: "help-wanted" | ||
description: 'Good first issue for people wanting to contribute to this project.' | ||
- name: 'help-wanted' | ||
color: 0e8a16 | ||
description: "We need some extra helping hands or expertise in order to resolve this!" | ||
description: 'We need some extra helping hands or expertise in order to resolve this!' | ||
|
||
- name: "priority-critical" | ||
- name: 'priority-critical' | ||
color: ee0701 | ||
description: "Must be addressed as soon as possible." | ||
- name: "priority-high" | ||
description: 'Must be addressed as soon as possible.' | ||
- name: 'priority-high' | ||
color: b60205 | ||
description: "After critical issues are fixed, these should be dealt with before any further issues." | ||
- name: "priority-medium" | ||
description: 'After critical issues are fixed, these should be dealt with before any further issues.' | ||
- name: 'priority-medium' | ||
color: 0e8a16 | ||
description: "This issue may be useful, and needs some attention." | ||
- name: "priority-low" | ||
description: 'This issue may be useful, and needs some attention.' | ||
- name: 'priority-low' | ||
color: e4ea8a | ||
description: "Nice addition, maybe... someday..." | ||
description: 'Nice addition, maybe... someday...' | ||
|
||
- name: "major" | ||
- name: 'major' | ||
color: b60205 | ||
description: "This PR causes a major bump in the version number." | ||
- name: "minor" | ||
description: 'This PR causes a major bump in the version number.' | ||
- name: 'minor' | ||
color: 0e8a16 | ||
description: "This PR causes a minor bump in the version number." | ||
description: 'This PR causes a minor bump in the version number.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
push: | ||
pull_request: | ||
schedule: | ||
- cron: "30 1 * * 0" | ||
- cron: '30 1 * * 0' | ||
|
||
jobs: | ||
codeql: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Lock | |
|
||
on: | ||
schedule: | ||
- cron: "0 9 * * *" | ||
- cron: '0 9 * * *' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -14,15 +14,15 @@ jobs: | |
- uses: dessant/[email protected] | ||
with: | ||
github-token: ${{ github.token }} | ||
issue-lock-inactive-days: "30" | ||
issue-lock-reason: "" | ||
issue-lock-inactive-days: '30' | ||
issue-lock-reason: '' | ||
issue-comment: > | ||
Issue closed and locked due to lack of activity. | ||
If you encounter this same issue, please open a new issue and refer | ||
to this closed one. | ||
pr-lock-inactive-days: "1" | ||
pr-lock-reason: "" | ||
pr-lock-inactive-days: '1' | ||
pr-lock-reason: '' | ||
pr-comment: > | ||
Pull Request closed and locked due to lack of activity. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: 🏷 Verify PR has a valid label | ||
uses: jesusvasquez333/[email protected] | ||
with: | ||
github-token: "${{ secrets.GITHUB_TOKEN }}" | ||
github-token: '${{ secrets.GITHUB_TOKEN }}' | ||
valid-labels: >- | ||
breaking-change, bugfix, documentation, enhancement, | ||
refactor, performance, new-feature, maintenance, ci, dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters