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] GitHub actions are duplicated for PRs generated on repo branches #79

Closed
dbwiddis opened this issue Nov 11, 2023 · 0 comments · Fixed by #80
Closed

[BUG] GitHub actions are duplicated for PRs generated on repo branches #79

dbwiddis opened this issue Nov 11, 2023 · 0 comments · Fixed by #80
Labels
bug Something isn't working untriaged Issues that require attention from the maintainers.

Comments

@dbwiddis
Copy link
Member

What is the bug?

Mend generates PRs using a branch on this repo, which triggers a push set of GitHub Actions.

When a PR is submitted from the branch, a pull_request set of GitHub Actions is also generated.

This duplicates effort.

How can one reproduce the bug?

Generate a PR from a branch on this repo, which Mend Renovate does. This is also a common scenario for repos with backports, which we don't have (yet).

What is the expected behavior?

One GHA run.

What is your host/environment?

GitHub Actions

Do you have any screenshots?

Screenshot 2023-11-10 at 9 59 13 PM

Do you have any additional context?

The proper solution is to exclude branches in the GHA. Sample PR after about 3 or 4 copypaste iterations of the same issue in other repos: opensearch-project/flow-framework#128

@dbwiddis dbwiddis added bug Something isn't working untriaged Issues that require attention from the maintainers. labels Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Issues that require attention from the maintainers.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant