Skip to content

workflows: Remove dead comments and lines#223

Open
reakaleek wants to merge 1 commit into
mainfrom
audit/workflow-dead-lines
Open

workflows: Remove dead comments and lines#223
reakaleek wants to merge 1 commit into
mainfrom
audit/workflow-dead-lines

Conversation

@reakaleek

Copy link
Copy Markdown
Member

What

Delete three pieces of dead weight across workflows:

  • codex-preview-cleanup.yml: commented-out pull_request_target trigger.
  • codex-preview.yml: comment block about speculative pull_request_target support that isn't wired.
  • create-major-tag.yml: git remote set-url reset after the push — the runner is ephemeral and exits immediately, so the reset does nothing.

Why

Repo-wide over-engineering audit. Dead comments and no-op lines cost attention on every read.

How

Deleted the lines; no behavior change.

Test plan

actionlint passes (pre-commit). create-major-tag behavior verified by reading the remaining flow: set token URL → tag → push.

🤖 Generated with Claude Code

- codex-preview-cleanup: commented-out pull_request_target trigger
- codex-preview: speculative pull_request_target narration on checkout
- create-major-tag: post-push remote reset on an ephemeral runner

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@reakaleek
reakaleek requested a review from a team as a code owner July 14, 2026 08:49
@reakaleek
reakaleek requested a review from technige July 14, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant