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

Create stale.yml github action #128

Merged
merged 2 commits into from
Apr 20, 2024
Merged

Create stale.yml github action #128

merged 2 commits into from
Apr 20, 2024

Conversation

jeffbean
Copy link

@jeffbean jeffbean commented Apr 13, 2024

Github action to post when issues and PRs are stale. To start this has debug-only to see a dry run and adjust from the results.

https://github.com/actions/stale

first draft:

  • issues are stale after 2 years, give 15 days before close.
  • PRs are 6 months stale (we want to rebase) and never closes.
  • debug-only (will not post anything)
  • Exclude both from the milestone "v2" that we track.

Github action to post when issues and PRs are stale. To start this has debug-only to see a dry run and adjust from the results.
@jeffbean jeffbean requested a review from a team April 13, 2024 23:28
Adding message strings and exclude all milestone items.
@alxn alxn merged commit 1f93ce3 into master Apr 20, 2024
14 checks passed
@alxn alxn deleted the jeffbean-stale-workflow branch April 20, 2024 19:06
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