This repository was archived by the owner on Mar 2, 2026. It is now read-only.
Update README.md & PRlabeler workflow#27
Merged
Jack251970 merged 3 commits intomasterfrom Feb 21, 2026
Merged
Conversation
Added detailed configuration for PR label automation, including case insensitivity, custom keyword-to-label mappings, and options to search both PR titles and bodies for relevant terms. Labels now cover "bug", "feature", "refactor", and "New Crowdin updates".
Expanded README.md to include project overview, feature list, requirements, installation steps, plugin development instructions, contribution guidelines, and license information. Improved documentation for clarity and usability.
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation to the README.md and introduces a new PR labeler configuration file to automate pull request labeling based on content detection.
Changes:
- Enhanced README.md with detailed project description, features, installation instructions, plugin development guide, and contribution guidelines
- Added .github/pr-labeler.yml configuration file to automatically label pull requests based on keywords in titles and descriptions
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Expanded from minimal description to comprehensive documentation including features, requirements, installation steps, plugin development guide, contributing guidelines, and license information |
| .github/pr-labeler.yml | New configuration file for automated PR labeling based on keyword detection in PR titles and bodies |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request introduces configuration for automated pull request labeling and significantly expands the project documentation. The main changes include the addition of a
.github/pr-labeler.ymlfile to automate PR label assignment based on PR content, and a comprehensive update to theREADME.mdto describe the features, installation, plugin development, and contribution guidelines for AnyBar.Automated PR labeling:
.github/pr-labeler.ymlfile to configure automatic labeling of pull requests based on keywords found in the title and body, including custom mappings for bug, enhancement, code refactor, and i18n-related changes.Documentation improvements:
README.mdwith detailed project description, feature list, built-in plugins, installation instructions, plugin development guide, contribution steps, and license information.