feat(options): add new option ignore-updates to stale even with activity#540
Merged
luketomlinson merged 27 commits intoactions:mainfrom Sep 17, 2021
Merged
feat(options): add new option ignore-updates to stale even with activity#540luketomlinson merged 27 commits intoactions:mainfrom
luketomlinson merged 27 commits intoactions:mainfrom
Conversation
2 tasks
d366c75 to
3cfdcda
Compare
Contributor
Author
|
@luketomlinson any news? |
Collaborator
luketomlinson
left a comment
There was a problem hiding this comment.
This looks good for the most part @C0ZEN. My only question is how we name the new options. And while I think these particular new options provide some value, I really want to start limiting the number of new options we add.
|
Any update on this? 🙏 |
9eef113 to
f05bb6f
Compare
instead of using a real linter with auto fix and the tests verbose as fuck
bc015ce to
5cd25d2
Compare
Contributor
Author
|
@luketomlinson ready |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
remove-issue-stale-when-updatedandremove-pr-stale-when-updated. Fixes Unable to comprehend handling of stale issue when days-before-issue-stale is -1 #451ignore-updateswith issues/PRs override to stale based on the creation date instead of the update date to allow staling sooner and disregard any kind of activity to alter the process. Resolve Include option to ignore PR activity #435