Skip to content

chore(xfer): add workflows#606

Merged
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/add-workflows
Jan 28, 2026
Merged

chore(xfer): add workflows#606
tenthirtyam merged 1 commit intomainfrom
chore(xfer)/add-workflows

Conversation

@tenthirtyam
Copy link
Copy Markdown
Collaborator

Summary

Post-transfer addition of workflows.

Type

  • fix: Bug Fix
  • feat: Feature or Enhancement
  • docs: Documentation
  • refactor: Refactoring
  • chore: Build, Dependencies, Workflows, etc.
  • other: Other (Please describe.)

Breaking Changes?

  • Yes, there are breaking changes.
  • No, there are no breaking changes.

Tests

  • Tests have been added or updated.
  • Tests have been completed.

Output:

Documentation

  • Documentation has been added or updated.

Issue References

Release Note

Additional Information

@tenthirtyam tenthirtyam added this to the v2.1.0 milestone Jan 28, 2026
@tenthirtyam tenthirtyam self-assigned this Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 14:36
@tenthirtyam tenthirtyam added chore Chore github-actions GitHub Actions labels Jan 28, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

@tenthirtyam tenthirtyam force-pushed the chore(xfer)/add-workflows branch from 5eaab0b to c5bc24c Compare January 28, 2026 14:43
Post-transfer addition of workflows.

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
@tenthirtyam tenthirtyam force-pushed the chore(xfer)/add-workflows branch from c5bc24c to 998d676 Compare January 28, 2026 14:46
@tenthirtyam tenthirtyam merged commit aa3a304 into main Jan 28, 2026
12 checks passed
@tenthirtyam tenthirtyam deleted the chore(xfer)/add-workflows branch January 28, 2026 14:47
@github-actions
Copy link
Copy Markdown

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
@github-actions
Copy link
Copy Markdown

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!

@github-actions
Copy link
Copy Markdown

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

chore Chore github-actions GitHub Actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants