-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
503 additions
and
546 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
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,47 +1,47 @@ | ||
approve_label: approved | ||
problem_label: incomplete | ||
ignored_labels: | ||
- approved | ||
- confirmed bug | ||
- documentation | ||
- feedback | ||
- grabbed | ||
- improvement | ||
- request | ||
- potential bug | ||
- not plugin | ||
- unreproduced | ||
- solved | ||
- up for grabs | ||
- upstream library | ||
- approved | ||
- confirmed bug | ||
- documentation | ||
- feedback | ||
- grabbed | ||
- improvement | ||
- request | ||
- potential bug | ||
- not plugin | ||
- unreproduced | ||
- solved | ||
- up for grabs | ||
- upstream library | ||
ignored_authors: | ||
- cp2004 | ||
- cp2004 | ||
|
||
validation_comment: > | ||
Hi @@@AUTHOR@@, | ||
Hi @@@AUTHOR@@, | ||
It looks like there is some information missing from this issue that is required to process it: | ||
It looks like there is some information missing from this issue that is required to process it: | ||
* It looks like you haven't read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide) | ||
* It looks like you haven't read the ['Get Help Guide'](https://cp2004.gitbook.io/ws281x-led-status/guides/get-help-guide) | ||
Please read this guide, especially the [troubleshooting](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) section. | ||
Please read this guide, especially the [troubleshooting](https://cp2004.gitbook.io/ws281x-led-status/troubleshooting-guide) section. | ||
If you have read this guide, please tick the box in your issue next to 'I have read the Get Help Guide' | ||
If you have read this guide, please tick the box in your issue next to 'I have read the Get Help Guide' | ||
``` | ||
* [x] I have read the Get Help Guide | ||
``` | ||
``` | ||
* [x] I have read the Get Help Guide | ||
``` | ||
If you didn't mean to ask for help, please make sure you used the right template - | ||
bugs and requests should have `[Bug]` and `[Request]` respectively in the title. | ||
If you didn't mean to ask for help, please make sure you used the right template - | ||
bugs and requests should have `[Bug]` and `[Request]` respectively in the title. | ||
*I'm just a bot 🤖, not a human being, so don't expect any replies | ||
from me :) Your ticket is read by humans too, I'm just not one of them.* | ||
*I'm just a bot 🤖, not a human being, so don't expect any replies | ||
from me :) Your ticket is read by humans too, I'm just not one of them.* | ||
keyphrase: "[x] I have read the Get Help Guide" |
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,20 +1,20 @@ | ||
name: Add issues/PRs to my project automatically | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
- transferred | ||
pull_request_target: | ||
types: | ||
- opened | ||
issues: | ||
types: | ||
- opened | ||
- transferred | ||
pull_request_target: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue or PR to project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/add-to-project@main | ||
with: | ||
project-url: https://github.com/users/cp2004/projects/3 | ||
github-token: ${{ secrets.PROJECT_ACCESS }} | ||
add-to-project: | ||
name: Add issue or PR to project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/add-to-project@main | ||
with: | ||
project-url: https://github.com/users/cp2004/projects/3 | ||
github-token: ${{ secrets.PROJECT_ACCESS }} |
Oops, something went wrong.