Add mooncake-bot configuration#2074
Open
stmatengss wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a configuration file for mooncake-bot to automate greetings, labeling, and stale issue management. Feedback was provided regarding the maintainers list, which is currently inconsistent with the project's documentation and needs to be updated to include all authorized users.
Comment on lines
+12
to
+15
| maintainers: | ||
| - stmatengss | ||
| - alogfans | ||
| - Sind |
Contributor
There was a problem hiding this comment.
The maintainers list is inconsistent with the project's MAINTAINERS.md file. The users @ShangmingCai and @ykwd are missing, which will prevent them from using the bot's slash commands for issue and PR management. Additionally, Sind is included here but does not appear in the maintainers documentation.
maintainers:
- stmatengss
- ShangmingCai
- alogfans
- ykwd
- Sind
stmatengss
commented
May 10, 2026
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 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.
Summary
Add
.github/mooncake-bot.ymlconfiguration file for the mooncake-bot GitHub App.This configuration controls:
needs-triage,needs-review)/label,/close,/assign)Context
Part of the mooncake-bot deployment — a Probot-based GitHub App that automates issue/PR management for the Mooncake project.
Bot repository: https://github.com/stmatengss/mooncake-bot