Quote the step name that made package.yml unparseable - #7
Merged
Merged
Conversation
…seable The public-readiness change replaced an em dash in a step name with a colon, which turned the plain scalar into a mapping and made the whole file unparseable. GitHub reported it as a run named after the file path on the merge of pull request #1 (run 35477735783, zero jobs), and Dependabot's github-actions updater failed on the same file (dependency_file_not_parseable, job 1583380179). Reproduced locally with a YAML parser at line 173, column 25. No gate step parses the workflow files, so the gate was green on a workflow GitHub could not read. That is a rule that could be an enforcer and is not one yet; recorded as a follow-up for the next slice rather than added here. Signed-off-by: Ayla Croft <aylacroft@proton.me>
open-pull-requests-limit: 0 on all three ecosystems. Version bumps are not this project's to take from a bot: VERSIONS.md is the pin list and a version moves after a proposal and an approval. On its first run Dependabot opened five version-bump pull requests in two minutes, and one of them, #2, was merged by mistake in place of the pull request that fixes package.yml. Security updates still arrive as pull requests with the gate run on them. Signed-off-by: Ayla Croft <aylacroft@proton.me>
HackTuah
force-pushed
the
ci/package-workflow-yaml
branch
from
September 20, 2026 00:10
e9e60cc to
43949d6
Compare
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.
One line. Reproduced locally with a YAML parser; the commit message carries the run and job ids. Also the reason this was invisible to the gate, recorded as a follow-up.