-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pip-tools from 6.6.0 to 6.6.2 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 6.6.0 to 6.6.2. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](jazzband/pip-tools@6.6.0...6.6.2) --- updated-dependencies: - dependency-name: pip-tools dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
f733dda
commit 642b08b
Showing
3 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Configuration for probot-auto-merge - https://github.com/bobvanderlinden/probot-auto-merge | ||
|
||
updateBranch: true | ||
deleteBranchAfterMerge: true | ||
reportStatus: true | ||
|
||
minApprovals: | ||
COLLABORATOR: 0 | ||
maxRequestedChanges: | ||
NONE: 0 | ||
blockingLabels: | ||
- dont-merge | ||
e | ||
# Will merge whenever the above conditions are met, but also | ||
# the owner has approved or merge label was added. | ||
rules: | ||
- minApprovals: | ||
OWNER: 1 | ||
- requiredLabels: | ||
- auto-merge | ||
|
||
mergeCommitMessage: "{title} (#{number})" | ||
mergeMethod: squash |
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
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