ci: only run Stale Action on specifically labeled issues and PRs #549
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.
Motivation
only run on issues labeled with "problem/more information needed"
most issues and PRs are marked and closed as stale in this repo only because they've never been followed up on, not because they're missing information
argo-ui
: future state of this repo #453argo-ui
: future state of this repo #453, this repo does not get much attention, which exacerbates the issue, resulting in closed PRs and issues that are actually still relevantModifications
add
only-labels
configuration to check for theproblem/more information needed
labellabels-to-remove-when-unstale
to remove the same label when marked as no longer stalealso use standard, categorized labels for
problem/stale
instead ofno-issue-activity
andno-pr-activity
explicitly set the timelines for stale and close, matching Workflows
Future Work
permissions.contents: read
, etc). EDIT: see refactor(ci): standardize Stale Action config #551