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

Automatically close stale issues and PRs #948

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

lucacome
Copy link
Member

@lucacome lucacome commented Aug 9, 2023

Proposed changes

Problem: Issues are hard to manage

Solution: Add a workflow to manage stale issues/PRs automatically. An issue/PR is marked as stale after 90 days of inactivity and closed 10 days after that if no action is taken.

Closes #853

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@github-actions github-actions bot added the chore Pull requests for routine tasks label Aug 9, 2023
@lucacome lucacome marked this pull request as ready for review August 9, 2023 22:36
@lucacome lucacome requested a review from a team as a code owner August 9, 2023 22:36
Adds a workflow to manage stale issues/PRs automatically.
An issue/PR is marked as stale after 90 days of inactivity and closed 10
days after that if no action is taken.
@lucacome lucacome merged commit 6de0ba2 into nginxinc:main Aug 10, 2023
21 checks passed
@lucacome lucacome deleted the chore/add-stale-workflow branch August 10, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Automatically close issues and PRs without activity
3 participants