✨ Transition issue after successful plan - #77
Merged
Conversation
Add post-plan transition: swaps action:plan -> action:develop and moves project status to ready/todo, mirroring the existing prepare and develop transitions. No-op on failure or missing project board.
7 tasks
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.
Closes #70
Summary
planaction, askcc now transitions the issue labels (action:plan->action:develop) and moves the project board Status to ready/todo, using the existing_swap_issue_labelsand_transition_project_fieldshelpers.planruns do not trigger any transitions.prepareordeveloptransition behavior.Changes
askcc/settings.py: addPLAN_LABELandREADY_STATUS_OPTIONSconstants.askcc/functions.py: addtransition_issue_to_development(mirrorstransition_issue_to_review).askcc/cli.py: calltransition_issue_to_developmenton successfulplan.tests/test_askcc.py: unit tests for success path labels, success path project transition, failure path no-op, and no-project handling.Test plan
uv run pytest(128 passed)uv run ruff checkuv run pyright