fix(ci): drop renovate annotation test and resolve dprint/yamlfmt drift#166
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix CI pipeline failures
fix(ci): restore renovate annotation on config-sync workflow
Jun 19, 2026
Owner
|
@copilot dprint and yamlfmt are still failing. Also, can you get rid of the annotation test instead because: DevSecNinja/.github#192 |
Contributor
Author
Done in the latest commit:
All 94 tests, |
Copilot
AI
changed the title
fix(ci): restore renovate annotation on config-sync workflow
fix(ci): drop renovate annotation test and resolve dprint/yamlfmt drift
Jun 20, 2026
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.
CI was failing on
test_repo_automation_workflows_are_onboardedand on the orglintworkflow'sdprintandyamlfmtjobs.Following the move to DevSecNinja/.github#192, the per-caller
# renovateannotation on reusable-workflow callers is no longer required, so the onboarding test that enforced it is removed rather than the annotation being restored.Changes
tests/test_repo_automation.py: removed the# renovate: datasource=github-tags depName=DevSecNinja/.githubassertion fromtest_repo_automation_workflows_are_onboarded..github/workflows/config-sync.yml: reverted the previously added# renovateannotation, keeping the caller as Renovate bumped it..github/workflows/pages.yml: converted thetest-commandinput to a literal block scalar (|-) so the long command is preserved verbatim. This fixes thelint / yamlfmtfailure (yamlfmt no longer reflows the >120-column line) without breakingtest_pages_workflow_runs_after_main_updates, which asserts the raw command substring. The command string passed to the reusable workflow is unchanged.docs/architecture.md,docs/github-actions.md,docs/requirements.md,docs/testing.md: reformatted markdown table alignment to satisfy thelint / dprintjob. These are whitespace-only alignment changes with no content modifications.All 94 tests,
check_format,lint,yamlfmt, anddprintpass locally.