fix(workflow): generate actionlint runner labels - #629
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Collaborator
Author
|
This PR became CONFLICTING after #627 merged (squash commit c2adbff): both branches rewrite the same |
Generate actionlint runner-label metadata from the configured Velnor and GitHub runner contract so static runner mappings remain lintable. Co-authored-by: Codex <codex@openai.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
Use the configured GitHub runner for split APT updater jobs instead of a hardcoded label that actionlint and the repository contract reject. Co-authored-by: Codex <codex@openai.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
Migrate the known legacy actionlint config through Velnor ownership and normalize static APT GitHub lanes when re-adopting generated templates. Co-authored-by: Codex <codex@openai.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
Run velnor-workflow to migrate the legacy actionlint runner metadata and refresh its ownership state. Co-authored-by: Codex <codex@openai.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
Co-authored-by: Codex <codex@openai.com> Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
donbeave
force-pushed
the
codex/generate-actionlint-runner-config-20260907
branch
from
September 10, 2026 07:21
1e7ccb8 to
779ee17
Compare
Signed-off-by: Alexey Zhokhov <alexey@zhokhov.com>
donbeave
force-pushed
the
codex/generate-actionlint-runner-config-20260907
branch
from
September 10, 2026 07:23
779ee17 to
269503f
Compare
donbeave
deleted the
codex/generate-actionlint-runner-config-20260907
branch
September 10, 2026 07:35
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\n\n- Generate .github/actionlint.yaml from the Velnor workflow runner contract.\n- Include configured Velnor labels and hosted runner label, keeping actionlint aligned with generated workflows.\n- Add regression coverage.\n\nMr. Boxington tests, format check, and clippy pass. No workflow was hand-edited.