-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates and Minor Fixes * Add Output * Update Color
- Loading branch information
Showing
8 changed files
with
186 additions
and
68 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: "⚠️ Report an Issue" | ||
description: "Something Not Working Right? Please let us know..." | ||
labels: ["bug"] | ||
assignees: | ||
- smashedr | ||
|
||
body: | ||
- type: input | ||
id: website | ||
validations: | ||
required: false | ||
attributes: | ||
label: Repo Link | ||
description: Please provide a link to the repository or workflow you are having issues with if possible. | ||
|
||
- type: textarea | ||
id: description | ||
validations: | ||
required: true | ||
attributes: | ||
label: Details | ||
description: Please describe the issue you are experiencing and how to reproduce. | ||
placeholder: Provide as many details as you can... | ||
|
||
- type: textarea | ||
id: logs | ||
validations: | ||
required: false | ||
attributes: | ||
label: Log Output | ||
description: Paste any relevant logs or output in this box. | ||
render: shell | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
All issues/bugs that we can verify will be fixed. Thank you for taking the time to make this report! |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: '💡 Request a Feature' | ||
about: Request a New Feature or Enhancement in the Discussions. | ||
url: https://github.com/cssnr/update-version-tags-action/discussions/new?category=feature-requests | ||
|
||
- name: '❔ Ask a Question' | ||
about: Ask a General Question or start a Discussions. | ||
url: https://github.com/cssnr/update-version-tags-action/discussions/new?category=q-a | ||
|
||
- name: '💬 Join Discord' | ||
about: Chat with us about Issues, Features, Questions and More. | ||
url: https://discord.gg/wXy6m2X8wY | ||
|
||
- name: '📝 Submit Feedback' | ||
about: Send General Feedback. | ||
url: https://cssnr.github.io/feedback/?app=Update%20JSON%20Value |
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ | ||
{ "value": "Run Build", "fileMask": "*src\\*.js" }, | ||
{ "value": "Check main in action.yml", "fileMask": "*action.yml" } | ||
] |
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