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

chore: fix dependabot auto-merge workflow #221

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

willmurphyscode
Copy link
Contributor

The workflow needs to approve the PR, and it needs to request a squash type merge, because that's required by branch protection rules.

Basically combining approve a PR and enable auto-merge on a PR, and fixing the difference in what type of merge is requested. (Docs have --merge but we want --squash).

The workflow needs to approve the PR, and it needs to request a squash
type merge, because that's required by branch protection rules.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
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