-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into jiwaszki/add_warn…
…_wrappers
- Loading branch information
Showing
177 changed files
with
6,447 additions
and
1,513 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ platform: | |
- x86 | ||
environment: | ||
matrix: | ||
- PYTHON: 36 | ||
- PYTHON: 38 | ||
CONFIG: Debug | ||
install: | ||
- ps: | | ||
|
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
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 |
---|---|---|
@@ -1,8 +1,13 @@ | ||
docs: | ||
- any: | ||
- 'docs/**/*.rst' | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
all: | ||
- changed-files: | ||
- all-globs-to-all-files: | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" | ||
|
||
ci: | ||
- '.github/workflows/*.yml' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.github/workflows/*.yml' |
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 |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Add 'needs changelog` label to any change to code files as long as the `CHANGELOG` hasn't changed | ||
# Skip dependabot and pre-commit-ci PRs | ||
needs changelog: | ||
- all: | ||
- '!docs/changelog.rst' | ||
- all: | ||
- changed-files: | ||
- all-globs-to-all-files: "!docs/changelog.rst" | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" |
Oops, something went wrong.