-
Notifications
You must be signed in to change notification settings - Fork 377
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
Avoid stale for specific milestone(s) - Like label does #270
Comments
* feat(exempt): add new options to exempt the milestones closes #270 * test(milestones): add coverage * test(issue): add coverage * chore(rebase): fix all errors due to the rebase also made some changes regarding the change I made with the lint scripts and prettier. I did not saw that some scripts were already here and I created to more to keep the old ones as well * test(milestone): add coverage * chore(index): update index * fix(checks): remove checks over optional number options the code was actually handling the case where the values are NaN so it's fine
Thank you very much! Maybe add a option to ignore every issue/pr with any milestone. We use calendar weeks as milestones and have to add a long list of names to |
@FabianKoestring haha that's nice that you ask for this feature to be honest because I was planning to do so at first and then I told myself: KISS. |
|
@FabianKoestring haha not so much sadly. |
It may be usefull. For our usecase it would be enough to just ignore every pr/issue with a milestone. As soon as somebody handle prs and issues differently it would be nice to have the ability to configure it. 👌 |
See #236
The text was updated successfully, but these errors were encountered: