fix(ci-feedback): vendor reusable workflow; repoint at moved repo - #117
Merged
Merged
Conversation
NDDev-OpenNetwork/github-actions moved to NDDev-Archive/github-actions-garm on 2026-09-17. An archived repository cannot serve a workflow_call, so ci-feedback-events.yml failed at resolution on every triggering run. The reusable now lives at .github/workflows/ci-feedback.yml and its composite action at actions/ci-feedback/, vendored verbatim from 6064b7d9; the caller uses the same-repository path and the action reference inside it is local. tool-cache action references repoint at the moved repository (same pinned commit 468af475). Catalog updated: ci-feedback leaves tools.yml (a vendored component is not an external pin) and gains a capabilities.yml entry, a workflow-routing entry, and a caller example; generated docs regenerated. Other repositories' ci-feedback-events.yml files still reference the archived path and need the same repoint. Signed-off-by: rldyourmnd <danil@nddev.it.com>
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.
Summary
ci-feedback-events.ymlcalledNDDev-OpenNetwork/github-actions/.github/workflows/ci-feedback.yml@6064b7d9. That repository moved toNDDev-Archive/github-actions-garmon 2026-09-17 and is archived, so the call fails at resolution and no CI-failure issues have been published since. This vendors the reusable workflow (verbatim from 6064b7d9) into.github/workflows/ci-feedback.ymland its composite action intoactions/ci-feedback/, repoints the caller at the same-repository path, and repointstool-cacheaction references at the moved repository (identical pinned commit).Catalog:
ci-feedbackleavestools.yml(a vendored component is not an external pin) and gains acapabilities.ymlentry, aworkflow-routing.ymlentry (linux-shell), andexamples/quality/ci-feedback.yml. Generated docs regenerated.Type of change
Threat-model note
Same trust boundary as before: the callable reads completed-run metadata and writes unassigned issues; it never checks out or executes source-run code. Vendoring removes a cross-repository dependency on an archived repo rather than adding surface. The local action reference is bound to the caller's commit.
Permissions diff
ci-feedbackjobnotify: top-level is nowpermissions: {}; job declaresactions: read+issues: write(unchanged scopes, previously top-level).Checklist
Tier impact