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

Check that dependencies don't include unmerged commits #3218

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

skitt
Copy link
Member

@skitt skitt commented Nov 15, 2024

This ensures that the project doesn't end up depending on commits that aren't present in the corresponding branch of the dependency. This is useful to prevent merging with pre-rebase commits from cross-project changes; it also ensures that malicious commits from forks can't end up references in the main projects.

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr3218/skitt/forbid-unmerged-dep-commits
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

This ensures that the project doesn't end up depending on commits that
aren't present in the corresponding branch of the dependency. This is
useful to prevent merging with pre-rebase commits from cross-project
changes; it also ensures that malicious commits from forks can't end
up references in the main projects.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
@skitt skitt force-pushed the forbid-unmerged-dep-commits branch from 86e4c8d to e27e6aa Compare November 15, 2024 18:58
@skitt skitt changed the title Check that dependencies don't include unmerges commits Check that dependencies don't include unmerged commits Nov 15, 2024
@tpantelis tpantelis enabled auto-merge (rebase) November 15, 2024 21:34
@submariner-bot submariner-bot added the ready-to-test When a PR is ready for full E2E testing label Nov 18, 2024
@tpantelis tpantelis merged commit ca4a96e into submariner-io:devel Nov 18, 2024
43 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr3218/skitt/forbid-unmerged-dep-commits]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants