Skip to content

Add mooncake-bot configuration#2074

Open
stmatengss wants to merge 2 commits into
mainfrom
add-mooncake-bot-config
Open

Add mooncake-bot configuration#2074
stmatengss wants to merge 2 commits into
mainfrom
add-mooncake-bot-config

Conversation

@stmatengss
Copy link
Copy Markdown
Collaborator

Summary

Add .github/mooncake-bot.yml configuration file for the mooncake-bot GitHub App.

This configuration controls:

  • Auto-greeting on new issues and PRs
  • Automatic label assignment (needs-triage, needs-review)
  • Maintainer list for slash commands (/label, /close, /assign)
  • Stale issue settings (60 days until stale, 7 days until close)

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

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread .github/mooncake-bot.yml Outdated
Comment on lines +12 to +15
maintainers:
- stmatengss
- alogfans
- Sind
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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

Comment thread .github/mooncake-bot.yml Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant