[ci] Do not stale issues/prs assigned to any milestone#15259
Merged
VietND96 merged 2 commits intoSeleniumHQ:trunkfrom Feb 10, 2025
Merged
[ci] Do not stale issues/prs assigned to any milestone#15259VietND96 merged 2 commits intoSeleniumHQ:trunkfrom
VietND96 merged 2 commits intoSeleniumHQ:trunkfrom
Conversation
Contributor
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Contributor
PR Code Suggestions ✨Explore these optional code suggestions:
|
VietND96
requested changes
Feb 10, 2025
Member
VietND96
left a comment
There was a problem hiding this comment.
While reading https://github.com/actions/stale, I don't see the wildcard '*' can work with that config.
I see another might help
exempt-all-milestones
If set to true, the issues or the pull requests with a milestone will not be marked as stale automatically.
Priority over exempt-milestones.
Default value: false
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
VietND96
approved these changes
Feb 10, 2025
Member
|
I fixed and merged. |
sandeepsuryaprasad
pushed a commit
to sandeepsuryaprasad/selenium
that referenced
this pull request
Mar 23, 2025
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.
User description
GitHub workflow stales the issues and PRs what we really want to address, kind of in backlog.
Motivation and Context
Now this workflow will skip the items assigned to any milestone.
Types of changes
Checklist
PR Type
Enhancement
Description
Updated GitHub workflow to exempt issues/PRs with milestones from being marked stale.
Added
exempt-milestonesparameter to thestale.ymlworkflow configuration.Changes walkthrough 📝
stale.yml
Update stale workflow to exempt milestone items.github/workflows/stale.yml
exempt-milestonesparameter to prevent stalingmilestone-assigned items.
automatically.