ci: disable upstream issue maintenance workflows - #11289
Merged
Merged
Conversation
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (5 files)
Incremental review: commit 01359fc added 3 more workflow disablings and deleted close-stale-prs.yml. Previous triage.yml rename carried forward. Previous Review Summaries (2 snapshots, latest commit f6fe95d)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit f6fe95d)Status: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Incremental review: no changes since commit Previous review (commit a49bcb7)Status: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
Reviewed by deepseek-v4-pro-20260423 · 501,450 tokens Review guidance: REVIEW.md from base branch |
johnnyeric
approved these changes
Jun 16, 2026
marius-kilocode
approved these changes
Jun 16, 2026
t7tran
pushed a commit
to t7tran/kilocode
that referenced
this pull request
Aug 14, 2026
…iage ci: disable upstream issue maintenance workflows
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.
What changed
Disabled the upstream GitHub workflows that automatically triage, deduplicate, and close issues:
triage.yml,duplicate-issues.yml, andclose-issues.ymlto their transformed upstream versions, then moved them to.github/workflows/disabled/.close-stale-prs.yml; because that workflow no longer exists in the last merged upstream release, the reset correctly removed it.Why
These inherited workflows autonomously modify repository issues through comments, labels, assignments, and closures. The triage workflow was responsible for unexpected assignments appearing under
markijbemaon newly opened issues.Keeping upstream workflow definitions in the disabled directory preserves them for future upstream merges without allowing GitHub Actions to execute them. Removing the upstream-absent stale PR workflow similarly prevents obsolete Kilo-only automation from continuing to run.