chore(DEVOPS-4349): update popular-tool refs from rewindio to rewind-community#99
Conversation
Coverage Report
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Pull request overview
Updates this repository’s CodeQL workflow to reference the relocated list-repository-languages action under the rewind-community org, removing reliance on cross-org redirects.
Changes:
- Update CodeQL workflow
uses:reference fromrewindio/list-repository-languagestorewind-community/list-repository-languages. - Switch the action reference from a floating branch ref to a pinned commit SHA (with an inline comment indicating
main).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: rewindio/list-repository-languages@main | ||
| - uses: rewind-community/list-repository-languages@921d2698f59f788c9ff7c77f2400ffad97b7b5e1 # main |
diff-vader-bot
left a comment
There was a problem hiding this comment.
🟢 Risk: LOW — no substantive findings
👀 Diff Vader · Needs human review
Council reviewed 1 file · 11 reviewers · 0 findings · $0.19
- ✅
blast‑radius - ✅
correctness - ✅
github‑actions - ❓
iac— skipped: filter: not applicable to changed files - ❓
migration‑safety— skipped: filter: not applicable to changed files - ✅
performance - ✅
revertibility - ✅
security‑tenant‑isolation - ❓
supply‑chain— skipped: filter: not applicable to changed files - ✅
supportability - ✅
test‑adequacy
Why: Repo tier MEDIUM isn't in the auto-approve list — a human reviewer must sign off.
💡 /diff-vader-review <name> adds a one-shot reviewer. Beyond this PR's council, you can request: backup-correctness, loop-design-system.
|
/diff-vader-review |
diff-vader-bot
left a comment
There was a problem hiding this comment.
🟢 Risk: LOW — no substantive findings
👀 Diff Vader · Needs human review
Council reviewed 1 file · 11 reviewers · 0 findings · $0.19
- ✅
blast‑radius - ✅
correctness - ✅
github‑actions - ❓
iac— skipped: filter: not applicable to changed files - ❓
migration‑safety— skipped: filter: not applicable to changed files - ✅
performance - ✅
revertibility - ✅
security‑tenant‑isolation - ❓
supply‑chain— skipped: filter: not applicable to changed files - ✅
supportability - ✅
test‑adequacy
Why: Repo tier MEDIUM isn't in the auto-approve list — a human reviewer must sign off.
💡 /diff-vader-review <name> adds a one-shot reviewer. Beyond this PR's council, you can request: backup-correctness, loop-design-system.
JIRA Issue: DEVOPS-4349
Related PRs
Description of change
auto-assign-reviewer-by-issuerandlist-repository-languagesmoved fromrewindiotorewind-communityas part of the OSS-repo classification cleanup. This PR updates this repo's workflow references to point at the new home. GitHub URL redirects keep the old refs working today, but the explicit reference is now accurate and the cross-org redirect dependency is gone.Testing Performed
Mechanical org-prefix swap in
uses:lines and any other reference shape — no behavioral change. Action runs identically.