Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds GitHub Actions workflows and labeler configurations to automate repository maintenance tasks following a repository transfer. The workflows handle stale issue/PR management, automatic labeling, milestone notifications, and thread locking.
Changes:
- Added five GitHub Actions workflows for repository automation (stale management, labeling, milestone notifications, and thread locking)
- Added two labeler configuration files to define automatic labeling rules for issues and pull requests
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/stale.yml |
Workflow to mark inactive issues and PRs as stale after 360 days and close after 30 additional days |
.github/workflows/pull-requests.yml |
Workflow to automatically apply standard and size-based labels to pull requests |
.github/workflows/milestone-closed.yml |
Workflow to post comments when milestones are closed |
.github/workflows/lock.yml |
Workflow to lock closed issues and PRs after 30 days of inactivity |
.github/workflows/issue-opened.yml |
Workflow to automatically apply labels to newly opened issues |
.github/labeler-pull-requests.yml |
Configuration defining automatic labeling rules for pull requests based on changed files |
.github/labeler-issues.yml |
Configuration defining automatic labeling rules for issues based on content patterns |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
5eaab0b to
c5bc24c
Compare
Post-transfer addition of workflows. Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
c5bc24c to
998d676
Compare
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
1 similar comment
|
This functionality has been released in v2.1.0 of the plugin. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Summary
Post-transfer addition of workflows.
Type
fix: Bug Fixfeat: Feature or Enhancementdocs: Documentationrefactor: Refactoringchore: Build, Dependencies, Workflows, etc.other: Other (Please describe.)Breaking Changes?
Tests
Output:
Documentation
Issue References
Release Note
Additional Information