Closed Janson1012 closed 2 months ago
The changes introduce automated labeling for pull requests through two new configuration files in the .github
directory. The .github/auto-labeler.yml
file defines label categories based on title patterns, while the .github/workflows/auto-labeler.yml
file sets up a GitHub Actions workflow to apply these labels automatically when pull requests are opened or edited.
Files | Change Summary |
---|---|
.github/auto-labeler.yml |
New configuration file for automatic labeling of pull requests based on title patterns. |
.github/workflows/auto-labeler.yml |
New GitHub Actions workflow to automate the labeling of pull requests upon creation or editing. |
Objective | Addressed | Explanation |
---|---|---|
增加自动打标签的GitHub Actions (#32) | ✅ |
In the garden where pull requests bloom,
Labels now dance, dispelling the gloom.
With titles that sing, they find their own way,
A rabbit hops by, to cheerfully say:
"Hooray for the labels, so bright and so clear,
They guide us through changes, let’s all give a cheer!" 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
close #32
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Chores