Closed rong-xiaoli closed 2 weeks ago
This pull request introduces a new GitHub Actions workflow file named stale.yml
, aimed at managing stale issues and pull requests in a repository. The workflow is scheduled to run multiple times daily and utilizes the actions/stale@v5
action to automate the marking and closing of inactive issues and PRs. Key configurations include messages for closing issues and PRs, as well as labels for identifying stale items.
File Path | Change Summary |
---|---|
.github/workflows/stale.yml | Added a new workflow to manage stale issues and PRs, with scheduled execution and specific configurations for messages and labels. |
sequenceDiagram
participant Scheduler
participant GitHub Actions
participant Repository
Scheduler->>GitHub Actions: Trigger stale workflow
GitHub Actions->>Repository: Check for inactive issues and PRs
Repository->>GitHub Actions: Return list of inactive items
GitHub Actions->>Repository: Mark items as stale
GitHub Actions->>Repository: Close stale issues/PRs with messages
🐰 In the garden of code, we tidy and sweep,
Stale issues and PRs, no longer to keep.
With a hop and a skip, they’re marked and they fade,
A clean little repo, our joy is displayed!
So let’s dance in the fields, where the fresh code can play,
Thanks to our workflow, it’s a bright, sunny day! 🌼
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?
Summary by CodeRabbit