Remove stale github/ directory and add CI guard#698
Merged
Conversation
The github/ directory (without dot prefix) contained outdated copies of files that already exist in .github/. All four files are strictly older than their .github/ counterparts — nothing to merge back. Adds a CI job that fails if a github/ directory ever reappears. Made-with: Cursor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
💤 Files with no reviewable changes (4)
📝 WalkthroughWalkthroughThis PR adds a validation job to Possibly related PRs
Suggested labels
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
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.
Summary
github/workflows/:gh-aw-duplicate-issue-detector.mdgh-aw-fragments/safe-output-push-to-pr.mdgh-aw-stale-issues-investigator.mdgh-aw-stale-issues-remediator.mdno-dotless-githubCI job to.github/workflows/ci.ymlthat fails if a top-levelgithub/directory exists and prints offending files.Why
The canonical workflow content is under
.github/. This change removes duplicate copies and adds a CI guard so the dotless directory does not reappear.Test plan
no-dotless-githubjobgithub/directory exists in the repository rootThe body of this PR is automatically managed by the Trigger Update PR Body workflow.