You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: load per-repo config.yaml in fullsend run and reusable workflows
Per-repo installations store config.yaml in .fullsend/ but the CLI only
parsed OrgConfig format. Add OrgConfigFromPerRepo adapter and teach
tryLoadFullsendConfig/requireFullsendConfig to fall back to PerRepoConfig
parsing using structural discrimination (isPerRepoYAML). Update all six
reusable workflows to layer workspace files under .fullsend/ when
install_mode is per-repo, and pass fullsend-dir to the action
invocation.
Closes#2970
Signed-off-by: Greg Allen <greg@fullsend.ai>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Greg Allen <gallen@redhat.com>
0 commit comments