chore: remove Phase 2b smoke test artifacts#27
Merged
TMHSDigital merged 1 commit intomainfrom Apr 25, 2026
Merged
Conversation
Removes two artifacts left on main after the Phase 2b smoke test for the release-doc-sync action: - .release-doc-sync gitlink (was a 160000-mode submodule pointer that the action created as a side effect; bug fixed in Developer-Tools-Directory v1.8.1) - .smoke-test-marker (was used to force release.yml to fire past the paths-ignore filter) Both are no longer needed. Refs TMHSDigital/Developer-Tools-Directory#5. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
Cleans up two files left on main after the Phase 2b smoke test for the release-doc-sync action.
.release-doc-sync(160000-mode submodule pointer): created as a side-effect byrelease-doc-sync@v1.0because the action was checking out the meta-repo to a path insideGITHUB_WORKSPACE. The caller'sgit add -Athen committed it as a gitlink. Bug fixed inDeveloper-Tools-Directory v1.8.1(action now checks out torunner.temp);v1.0floating tag has been force-updated to v1.8.1, so future Docker releases will not re-introduce this artifact..smoke-test-marker: one-off file created during the smoke test to forcerelease.ymlto fire past thepaths-ignore: .github/**filter.Neither file has any production purpose. After this PR merges, Docker's
mainis back to a clean state.Refs
TMHSDigital/Developer-Tools-Directory#5.