You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update automerge of pre-commit to use the squash strategy
Types of changes
What types of changes does your code introduce? Put an x in the boxes that apply
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Functionality update (non-breaking change which updates or changes existing functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
CI/CD update (an update to the CI/CD workflows, scripts, and/or configurations)
Documentation update (an update to enhance the user experience when reading through the docs)
Checklist
Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.
I have followed the guidelines in the CONTRIBUTING document
I have signed the CLA
I have checked to ensure there aren't other open Pull Requests for the same update/change
I have created (or updated) an Issue to track the status of this update/change and updated the link in this PR description (see above in the Proposed changes section) using the wording Addresses #<issue_number>
I have performed a self-review of my code
My code follows the style guidelines of this project
I have commented my code, particularly in hard-to-understand areas
Basic linting passes locally with my changes
I have added necessary documentation (if appropriate)
I have updated the Changelog with a brief description of my changes
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. 1 out of 2 committers have signed the CLA.
✅ nfelt14 ❌ renovate[bot] You have signed the CLA already but the status is still pending? Let us recheck it.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
Update automerge of pre-commit to use the squash strategy
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyChecklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Addresses #<issue_number>