Remove issue auto-implement action and workflows#304
Open
leggetter wants to merge 1 commit into
Open
Conversation
Removes the issue-auto-implement GitHub Actions workflows and the associated composite action since it did not work as intended.
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.
This PR removes the entire issue auto-implement action and its associated workflows from the repository.
Summary
The issue auto-implement feature—a composite GitHub Action that automatically assessed GitHub issues, requested additional information when needed, and implemented fixes using Claude—has been completely removed. This includes:
action.yml) with all its assessment, implementation, and PR creation logicassess/src/index.ts) that used Claude to evaluate issue completenessassess/src/implement.ts) that ran Claude Code CLI to make code changesrun-local-assess.ts,push-and-open-pr.ts)issue-auto-implement.yml,issue-auto-implement-setup.yml,issue-auto-implement-test.yml)README.md,AGENTS.md, diagnostic notes)Key Changes
.github/actions/issue-auto-implement/directory entirely (action definition, assess scripts, tests, fixtures, configuration).github/workflows/issue-auto-implement.yml(main workflow).github/workflows/issue-auto-implement-setup.yml(label setup workflow).github/workflows/issue-auto-implement-test.yml(assess test workflow).github/workflows/test.ymlcomment to remove reference to auto-implement PR creationNotes
This is a clean removal of an experimental feature. The
test.ymlworkflow comment was updated to reflect that manual workflow dispatch is now the only non-standard trigger method.https://claude.ai/code/session_01Goaj4LVB4zyvAykVwjyjdi