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

chore: Update Closed Stale Issues Github Action #4469

Merged
merged 3 commits into from
Dec 9, 2022

Conversation

jfuss
Copy link
Contributor

@jfuss jfuss commented Dec 8, 2022

Which issue(s) does this change fix?

None

Why is this change necessary?

To reduce the load on maintainers, we will close stale issues. This keeps lingering issues to a minimum and gives maintainers better view of the repo state.

How does it address the issue?

GHA will run daily, and look for stale issues. If a stale issue is found and does not have an exempt label, it will be marked "stale". Once the issue is in a stale state, it will be closed after a determined about of time (see config).

This will not closed except labels, issues with 1 or more reactions, and issues that have been recently commented on.

What side effects does this change have?

This will close issues and mark them stale but should be done only after a maintainer responses first (and removes one of the exempt labels set by default). If there are issues, the issues can always be reopen, making this not something we are locked into and can get around.

Mandatory Checklist

PRs will only be reviewed after checklist is complete

  • Add input/output type hints to new functions/methods
  • Write design document if needed (Do I need to write a design document?)
  • Write/update unit tests
  • Write/update integration tests
  • Write/update functional tests if needed
  • make pr passes
  • make update-reproducible-reqs if dependencies were changed
  • Write documentation

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jfuss jfuss requested a review from a team as a code owner December 8, 2022 23:01
@jfuss jfuss requested review from hawflau and qingchm December 8, 2022 23:01
.github/workflows/close-stale-issues.yml Outdated Show resolved Hide resolved
.github/workflows/close-stale-issues.yml Outdated Show resolved Hide resolved
@jfuss jfuss enabled auto-merge (squash) December 9, 2022 20:07
@jfuss jfuss merged commit c762737 into aws:develop Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants