Skip to content

Revert "Sync .github dir templates"#1153

Open
kart2bc wants to merge 1 commit into
developfrom
revert-sync-dot-github-dir
Open

Revert "Sync .github dir templates"#1153
kart2bc wants to merge 1 commit into
developfrom
revert-sync-dot-github-dir

Conversation

@kart2bc

@kart2bc kart2bc commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Reverts commit 4f1e412 which accidentally deleted GitHub Actions workflow files via the sync-dot-github-dir Concourse job
  • Restores 5 deleted files:
    • .github/workflows/tests-workflow.yml
    • .github/helpers/build.bash
    • .github/helpers/test.bash
    • .github/gh-config-template/gh_template.yml
    • .github/gh-config-template/README.md

Root cause

The sync-dot-github-dir task in wg-app-platform-runtime-ci uses rm -rf ".github" before re-syncing templates, which wipes all .github/ contents including workflows/, helpers/, and gh-config-template/ that are not part of the synced template set.

A fix has been applied to wg-app-platform-runtime-ci/shared/tasks/sync-dot-github-dir/task.bash to only remove sync-owned files going forward.

Test plan

  • Verify all 5 files are restored
  • Confirm GitHub Actions unit-integration-tests workflow is active after merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant