-
Notifications
You must be signed in to change notification settings - Fork 47
Ignore issues / PRs with frozen labels for stale workflow #226
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
Conversation
.github/workflows/stale.yaml
Outdated
@@ -14,10 +14,12 @@ jobs: | |||
steps: | |||
- uses: actions/stale@v9 | |||
with: | |||
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed.' | |||
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. This PR will be closed in 30 days unless new comments are made or the stale label is removed.' | |||
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. This issue will be closed in 30 days unless new comments are made or the stale label is removed. To skip these checks, apply the frozen label.' |
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.
Perhaps "lifecycle/frozen" to prevent confusion?
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.
Yes. That would be better.
@elezar sign-off missing, I think... |
sign-off is missing from the topmost commit...
Ignore issues / PRs with `lifecycle/frozen` label when marking them as stale / closing them. Signed-off-by: Evan Lezar <[email protected]>
Yes. I made the original edits in the github UI. I've signed-off the commit now. |
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.
LGTM, thanks!
Ignore issues / PRs with
lifecycle/frozen
label when marking them as stale / closing them.