Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docs:
all:
- changed-files:
- all-globs-to-all-files:
- '!docs/changelog.rst'
- '!docs/changelog.md'
- '!docs/upgrade.rst'
- base-branch: "^(?!dependabot).*"
- base-branch: "^(?!pre-commit-ci).*"
Expand Down
2 changes: 1 addition & 1 deletion .github/labeler_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
needs changelog:
- all:
- changed-files:
- all-globs-to-all-files: "!docs/changelog.rst"
- all-globs-to-all-files: "!docs/changelog.md"
- base-branch: "^(?!dependabot).*"
- base-branch: "^(?!pre-commit-ci).*"
10 changes: 3 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ It is recommended to use conventional commit format, see conventionalcommits.org

## Suggested changelog entry:

<!-- Fill in the below block with the expected RestructuredText entry. Delete if no entry needed;
but do not delete header or rst block if an entry is needed! Will be collected via a script. -->
<!-- Fill in the block below with the expected entry. Delete if no entry needed;
but do not delete the header if an entry is needed! Will be collected via a script. -->

```rst

```

<!-- If the upgrade guide needs updating, note that here too -->
* Placeholder.
3,070 changes: 3,070 additions & 0 deletions docs/changelog.md

Large diffs are not rendered by default.

Loading
Loading