mirror of
https://github.com/pybind/pybind11.git
synced 2026-03-14 20:27:47 +00:00
* chore: move changelog to markdown * chore: switch to simpler block def Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * style: pre-commit fixes * chore: handle more block ends Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * docs: fix md display Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * docs: one more fix Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * style: pre-commit fixes --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
14 lines
294 B
YAML
14 lines
294 B
YAML
docs:
|
|
all:
|
|
- changed-files:
|
|
- all-globs-to-all-files:
|
|
- '!docs/changelog.md'
|
|
- '!docs/upgrade.rst'
|
|
- base-branch: "^(?!dependabot).*"
|
|
- base-branch: "^(?!pre-commit-ci).*"
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/workflows/*.yml'
|