-
Notifications
You must be signed in to change notification settings - Fork 364
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
feat(options): simplify config by removing skip stale message options #457
feat(options): simplify config by removing skip stale message options #457
Conversation
@luketomlinson good candidate for a major release! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it. Make it a little simpler
@C0ZEN Some conflicts now ☝️ |
Closes actions#405 Closes actions#455 BREAKING CHANGES: remove skip-stale-issue-message and skip-stale-pr-message options. If you used this option, replace it by an empty message for the options stale-issue-message and stale-pr-message
also lint some files
b251314
to
ad75fc3
Compare
@luketomlinson handled |
@luketomlinson thanks. Did you see my message about the breaking change? |
yep @C0ZEN I think we can major version here pretty soon |
So, what about #414? |
Changes
skip-stale-issue-message
andskip-stale-pr-message
stale-issue-message
andstale-pr-message
are unset since it should be optional to comment and should not be a reason to exit the workflowstale-issue-message
andstale-pr-message
are setOther
Closes #405
Closes #455
BREAKING CHANGES: remove skip-stale-issue-message and skip-stale-pr-message options. If you used this option, replace it by an empty message for the options stale-issue-message and stale-pr-message