Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] workflows: dependency automation should create the branch from dev not from main #858

Open
Wabri opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Wabri
Copy link
Member

Wabri commented Sep 5, 2024

Role

None of them (or I don't know)

OS family

None of the above (specify in the description area below)

Python version

3.12

Ansible-core version

Not necessary

How to reproduce the bug

Related to #854

Describe the bug

The refs of the branch created in

def __create_branch(branch, branch_data):
should be dev in this case and not the COMMIT_SHA because in the second case the branch will be created starting from where the pipeline is run so in the main branch.

Additional information

I can solve this bug

Final checks

-[X] I've read the documentation.
I've already checked for existing duplicated issues.

@Wabri Wabri self-assigned this Sep 5, 2024
@Wabri Wabri added the bug Something isn't working label Sep 5, 2024
@Wabri Wabri changed the title workflows: dependency automation should create the branch from dev not from main [Bug] workflows: dependency automation should create the branch from dev not from main Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant