Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: TMHSDigital/Home-Lab-Developer-Tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 25, 2026

  1. fix: port Unity's self-healing pattern to label-sync workflow (#16)

    The workflow's apply step expected labels to exist, failing PR runs
    when path-mapped labels (skills, rules, mcp-server, ci) were missing
    from the repo. Unity's variant of the same workflow uses
    `gh label create --force` before `gh pr edit --add-label`, making
    label creation idempotent and removing the workflow-vs-labels
    coordination requirement.
    
    Canary for the rollout across Docker, Monday, Steam, and the meta-repo
    per TMHSDigital/Developer-Tools-Directory#4.
    
    Refs TMHSDigital/Developer-Tools-Directory#4.
    
    Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
    Made-with: Cursor
    
    Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
    TMHSDigital authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    a871def View commit details
    Browse the repository at this point in the history
  2. chore: migrate release-doc-sync pin from @v1.0 to @v1 (#17)

    The v1.0 floating tag was created in Phase 2a (PR #19) before
    automated floating-tag maintenance existed. PR #26 (DTD#14) added
    automation that maintains v1 (vMAJOR) and v1.8 (vMAJOR.MINOR)
    floating tags on every release. v1 now serves the purpose v1.0
    was created for.
    
    Migrating to @v1 makes this repo's release-doc-sync integration
    consistent with the auto-maintained tag namespace and removes the
    last consumer of the legacy v1.0 tag (once all 6 consumers
    migrate, v1.0 will be deleted).
    
    Refs TMHSDigital/Developer-Tools-Directory#27.
    
    Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
    Made-with: Cursor
    
    Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
    TMHSDigital authored Apr 25, 2026
    Configuration menu
    Copy the full SHA
    50125d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28c407b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3862b98 View commit details
    Browse the repository at this point in the history
Loading