-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create labeler.yml #66
Merged
Merged
Conversation
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
added the config file, including labels and when to add them. config documentation etc Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com>
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information |
Chunnyluny
added a commit
that referenced
this pull request
Sep 10, 2023
* Issue templates (#58) * adjusted enhancement-feature.md with emoji and dotted lists Commit message to issue template branch made screenshot of preview as reminder as well see [message link](https://discord.com/channels/688796862639112277/1133811097682587710/1147652642819026984) Added emojis to make the issue template look more fun, added dotted list symbol to get it better structured. I also made a screenshot of the preview and sent it as a reminder to the discord dogapparel notifications channel if I lost this branch. Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Rename enhancement-feature.md to enhancement-feature.md..tpl to convert the markdown file to be used as template for other issues. Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Rename enhancement-feature.md..tpl to enhancement-feature.md.tpl removed the extra period between md..tpl --> md.tpl Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> --------- Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Create pmd.yml to analyze xml code (#61) * Create pmd.yml to analyze xml code Setup code scanner for XML to find errors on push and pull and writes a report to solve code errors. Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update pmd.yml fixed indentation Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> --------- Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update pmd.yml removed single quotes from ruleset.xml etc * Update pmd.yml indentation * Update pmd.yml removed duplicate permission line * merge origin master to master adding workflow from remote master * remove pmd.yml since I found the extension in visual studio code and want to run it locally Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * settings json on visual studio code locally settings json on visual studio code locally including user settings, and workspace setting. including committing template for text and form. * Create labeler.yml added automatic pull request labeler Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * edited workflow yml, removing extra comments with # Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * indentation and added action checkout and the pr numbers Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Create cr.yml added cr.yml for workflow, code review by chatgpt Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update cr.yml Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update labeler.yml added dot: true and sync-labels: true and specified the latest actions/labeler@v4.3.0 Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Create labeler.yml (#66) added the config file, including labels and when to add them. config documentation etc Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update labeler.yml Removed the 'single quotes around the files extensions. And removed the duplicated, if any change dot is set to false. Since the workflow, dot: true Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * trunk linter settings * Delete .github/workflows/cr.yml remove since the github action does not work as intended, due to financial reasons. I have already removed the openai_api_key from repo settings Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * fixed yaml lint errors that I got warned from by trunk and triage workflow, hope it now is readable. Where the * astrisks are, you must put in your own repo name I didn't know that, but now I do and have fixed it. Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update .markdownlint.yaml Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update labeler.yml removed the double xml line Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> * Update labeler.yml (#70) Removed the first 2 lines like repo label is not needed and matched documentation with label description from issue labels. Added images label linked to labeler.yml config. Changed automation to GitHub_action Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com> --------- Signed-off-by: Chunnyluny <102756485+Chunnyluny@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added the config file, including labels and when to add them. Config documentation etc. when I find new labels, they will be added. Maybe I should remove automation label, because GitHub action automatically added GitHub action label to one of the issues.