Use branch_name_extension and auto-merge dependency PRs#369
Merged
Conversation
Bumps [SINTEF/ci-cd](https://github.com/sintef/ci-cd) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/sintef/ci-cd/releases) - [Changelog](https://github.com/SINTEF/ci-cd/blob/main/CHANGELOG.md) - [Commits](SINTEF/ci-cd@v2.5.2...v2.5.3) --- updated-dependencies: - dependency-name: SINTEF/ci-cd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Extend the created branch name only when targeting the `release/pydantic-v1-support` branch.
Add `release/pydantic-v1-support` to target branches, to automatically merge dependabot and CI - check dependencies PRs into this branch as well.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #369 +/- ##
=======================================
Coverage 82.25% 82.25%
=======================================
Files 44 44
Lines 1257 1257
=======================================
Hits 1034 1034
Misses 223 223
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Treesarj
approved these changes
Oct 26, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description:
Fixes #365 by bumping to SINTEF/ci-cd v2.5.3 and also using the
branch_name_extensioninput in the CI - Check dependencies workflow for the PR targeting therelease/pydantic-v1-supportbranch.Furthermore, we add the created PRs from the CI - Check dependencies workflow to be auto-merged (if all CI checks succeed), plus all @dependabot PRs (as well as the PR from the CI - Check dependencies branch) will be auto-merged into the
release/pydantic-v1-supportbranch if they succeed the other CI checks.Type of change:
Checklist for the reviewer:
This checklist should be used as a help for the reviewer.