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

DevOps: flag stale GitHub issues #832

Open
4 tasks
nlebovits opened this issue Jul 23, 2024 · 0 comments
Open
4 tasks

DevOps: flag stale GitHub issues #832

nlebovits opened this issue Jul 23, 2024 · 0 comments
Labels

Comments

@nlebovits
Copy link
Collaborator

Describe the task

Implement a GitHub Actions workflow that automatically flags issues that have been open for longer than a month. The workflow should send an email notification to the codeowners when an issue is flagged.

Acceptance Criteria

  • Create a GitHub Actions workflow that runs weekly.
  • Identify issues that have been open for more than 30 days.
  • Add a label "stale" to issues that meet the criteria.
  • Send an email notification to the codeowners with the list of flagged issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: To Do
Development

No branches or pull requests

1 participant