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 #1049

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

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_pr1049/skitt/forbid-unmerged-dep-commits

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 <[email protected]>
@skitt skitt force-pushed the forbid-unmerged-dep-commits branch from b20a09b to c714740 Compare November 15, 2024 18:57
@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:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants