Research: Whenever we are merging any child feature branch to a parent feature the variables (project_config.repo_branch, project_config.projectgitprefix_feature) that decide to run this task or skip this task are None.
Whenever we are running it manually on a specific branch under the actions tab in GitHub it is working fine and giving value as expected.
Screenshot of the skipping the task when the value of project_config.repo_branch = None
Reproduction steps
Create a feature/ParentBranch
Create two child branches from feature/ParentBranch i.e. feature/ParentBranchChildBranch1 and feature/ParentBranchChildBranch2.
Do some changes in feature/ParentBranch__ChildBranch1 in this branch and merge this branch to feature/ParentBranch.
Run the ci_feature flow or github_automerge_feature task against the feature/ParentBranch.
Check after flow completion it should down-merge the changes to feature/ParentBranch__ChildBranch2.
Describe the bug
Research: Whenever we are merging any child feature branch to a parent feature the variables (project_config.repo_branch, project_config.projectgitprefix_feature) that decide to run this task or skip this task are None.
Whenever we are running it manually on a specific branch under the actions tab in GitHub it is working fine and giving value as expected.
Screenshot of the skipping the task when the value of project_config.repo_branch = None
Reproduction steps
Your CumulusCI and Python versions
CumulusCI version: 3.79.0 Python version: 3.10.8
Operating System
Windows 11
Windows environment
Command Prompt
CumulusCI installation method
None
Error Gist
No response
Additional information
No response