Skip to content
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

Add stale repository identifier action #331

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add stale repository identifier action #331

wants to merge 2 commits into from

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 9 times, most recently from b27579d to f8f2269 Compare March 24, 2025 08:34
Signed-off-by: Matej Feder <[email protected]>
@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
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.

1 participant