Skip to content

Feature/stale bot#36

Merged
KittyChiu merged 2 commits intomainfrom
feature/stale-bot
Feb 16, 2026
Merged

Feature/stale bot#36
KittyChiu merged 2 commits intomainfrom
feature/stale-bot

Conversation

@KittyChiu
Copy link
Contributor

This pull request adds a new GitHub Actions workflow to automatically manage stale issues and pull requests in the repository. The workflow will label inactive issues and PRs as "stale" after 28 days, notify contributors, and close them if there is no further activity within 7 days.

@KittyChiu KittyChiu requested a review from a team as a code owner February 16, 2026 02:56
Copilot AI review requested due to automatic review settings February 16, 2026 02:56
@KittyChiu KittyChiu requested a review from a team as a code owner February 16, 2026 02:56
@github-actions
Copy link

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/actions/stale 997185467fa4f803885201cee163a9f38240193d 🟢 5.9
Details
CheckScoreReason
Maintained🟢 56 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Code-Review🟢 10all changesets reviewed
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts🟢 10no binaries found in the repo
Packaging⚠️ -1packaging workflow not detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟢 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Signed-Releases⚠️ -1no releases found
Security-Policy🟢 9security policy file detected
Branch-Protection⚠️ 1branch protection is not maximal on development and all release branches
Vulnerabilities🟢 91 existing vulnerabilities detected
SAST🟢 8SAST tool is not run on all commits -- score normalized to 8

Scanned Files

  • .github/workflows/op-stale.yml

Copy link

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 pull request introduces automation to manage stale issues and pull requests in the repository. A new GitHub Actions workflow will run daily to identify inactive items (28 days without activity), label them as "stale," notify contributors, and automatically close them after an additional 7 days of inactivity if no response is received. This helps maintain repository health by preventing accumulation of abandoned contributions.

Changes:

  • Added a scheduled GitHub Actions workflow that runs daily at midnight
  • Configured stale bot with 28-day inactivity threshold and 7-day grace period before closure
  • Set up automated messaging and labeling for both issues and pull requests

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KittyChiu KittyChiu merged commit 37d788b into main Feb 16, 2026
16 checks passed
@KittyChiu KittyChiu deleted the feature/stale-bot branch February 16, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants