chore: remove the .github-old directory - #60
Merged
cigamit merged 1 commit intoSep 17, 2026
Merged
Conversation
Fourteen files GitHub never reads. It only looks in .github, nothing in the repository references .github-old, and the live .github already has the workflows that matter. What is in there is upstream's: issue templates pointing at ansible/awx-operator for duplicates and asking for an awx-operator version, a publish workflow defaulting to an awx-auto fork, and a nox based CI that this repository does not use. It is the largest remaining lump of awx here, and none of it runs. Two of the files have no counterpart under .github, which is worth saying rather than leaving to be discovered: the issue templates and the pull request template. This repository therefore has none, and has not had since the directory was renamed. Reviving them means writing Ascender ones rather than restoring these, which ask a reporter for the version of a different product. Everything stays in the history.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
cigamit
approved these changes
Sep 17, 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.
14 files GitHub never reads. It only looks in
.github, nothing in the repository references.github-old, and the live.githubalready carries the workflows that matter.What is in there
Upstream's, and stale:
ISSUE_TEMPLATE/bug_report.ymlpoints at ansible/awx-operator/issues for duplicates, says "I understand that the AWX Operator is open source software", and asks for anawx-operator-versionworkflows/publish-operator-hub.yamldefaults its fork toawx-autoworkflows/reusable-nox.yml,ci.yaml,feature.yml, the label workflows: a nox-based CI this repository does not useIt is the largest remaining lump of
awxin the repo, and none of it runs.One thing worth saying out loud
Two of these have no counterpart under
.github: the issue templates andPULL_REQUEST_TEMPLATE.md. So this repository has neither, and has not since the directory was renamed.Deleting them does not take anything away that was working. But reviving them means writing Ascender ones, not restoring these, which ask a reporter for the version of a different product. Worth a follow-up if you want templates back.
Everything stays in the history.