Skip to content
Discussion options

You must be logged in to vote

You’re reading the implementation correctly: Symphony does not discover or load WORKFLOW.md from each repository cloned by after_create. The active workflow is the single file passed to the Symphony process (or WORKFLOW.md in the process working directory when no path is supplied).

The CLI expands that argument to an absolute path and registers it before startup. The workflow store then watches and reloads that same path. after_create only runs the configured shell hook with the new issue workspace as its working directory; it does not change the workflow source.

So I would keep one maintained copy in the target project and pass that exact file to the Symphony binary:

cd /path/to/symphony…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jesus-gomez-aetonix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants