Uh oh!
There was an error while loading. Please reload this page.
ci: exempt Server-Side Enhancement label from stale bot - #1841
Open
jacalata wants to merge 2 commits into
Open
Conversation
Issues blocked on server-side REST API work have no client-side activity to accumulate, so the stale bot would repeatedly flag them by default. Exempt the `server-side-gap` label (used to mark issues that need a server-side fix and cannot be resolved in TSC alone) so those items stay open until the underlying server work lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The repo already has a 'Server-Side Enhancement' label applied to issues blocked on server-side REST API work (e.g. #1716, #1658, #1537, #1508). Adding a parallel 'server-side-gap' label would have been redundant. Point the stale-bot exemption at the existing label. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
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 freeto 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.
Motivation
Some issues in this repo are legitimately blocked on Tableau server REST
API work, not on anything this client can fix. Without an exemption they
flap between "labeled stale" and "manually rescued" every 60 days,
because the user has no client-side activity they can add. Exempting the
existing
Server-Side Enhancementlabel lets those stay open as a livetracker.
Alternative considered: let stale close them and have the docs list
point to both open and closed bugs under the label. Chose this direction
so the label doubles as a live tracker rather than a historical index.
Companion to #1842 which adds a "Known server-side limitations" section
to
docs/api-ref.mdand points readers at this label.Behavior change
.github/workflows/stale.ymlgainsServer-Side Enhancementin theexempt-issue-labelslist. Existing exempt labels (good first issue,Design Proposal,in-progress) are preserved.Once merged, the next
workflow_dispatchrun removes thestalelabelfrom any issue that also has
Server-Side Enhancement-- currently#1716, #1658, #1537, #1508.
Test plan
currently-stale server-side issues get their labels removed
🤖 Generated with Claude Code