Skip to content

Add stale repository identifier action #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
Merged

Add stale repository identifier action #331

merged 1 commit into from
Jun 2, 2025

Conversation

matofeder
Copy link
Member

@matofeder matofeder commented Feb 9, 2025

This MR adds stale repository identifier action
It implements the repository activity monitoring requirements outlined in the Sovereign Cloud Stack Procedural Standard (SCS-0006) https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0006-v1-organization-management.md.

Functionality

  • Identifies repositories within the SovereignCloudStack organization that have been inactive for 335 or 365 days
  • Reports stale repositories based on recent pushes, releases, and pull requests
  • Automatically creates or updates a GitHub issue with the stale repository report
  • Runs monthly (on the 1st at 01:00 UTC) and can be manually triggered

Limitations

  • The action does not exclude auto-generated PRs (e.g., Renovate, Dependabot)
  • It does not handle repositories with no remaining codeowners as stale

TODO: These limitations must be implemented via post-processing or contributed upstream.

Stale repository report generated by the action: #332

@matofeder matofeder force-pushed the get_stale branch 9 times, most recently from 2714a1f to b42e425 Compare February 9, 2025 22:06
@matofeder matofeder marked this pull request as draft February 10, 2025 09:59
@matofeder matofeder force-pushed the get_stale branch 10 times, most recently from f8f2269 to 519e6b0 Compare March 24, 2025 10:38
@matofeder matofeder changed the title Add stale repos action Add stale repository identifier action Mar 24, 2025
@matofeder matofeder marked this pull request as ready for review March 24, 2025 10:41
Signed-off-by: Matej Feder <[email protected]>
@fkr fkr merged commit d7d9805 into main Jun 2, 2025
5 checks passed
@fkr fkr deleted the get_stale branch June 2, 2025 09:59
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