mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
* docs: FAQ CMake updates * docs: limitations * ci: don't over label * docs: update CHANGELOG, add a bit more structure * ci: label PRs with more labels, and sooner * docs: updates from @rwgk * docs: address @YannickJadoul's points
29 lines
536 B
YAML
29 lines
536 B
YAML
needs changelog:
|
|
- all:
|
|
- '!docs/changelog.rst'
|
|
any:
|
|
- 'include/pybind11/**/*'
|
|
- 'pybind11/**/*'
|
|
- 'tools/**/*'
|
|
- 'CMakeLists.txt'
|
|
|
|
docs:
|
|
- any:
|
|
- 'docs/basics.rst'
|
|
- 'docs/benchmark.rst'
|
|
- 'docs/classes.rst'
|
|
- 'docs/compiling.rst'
|
|
- 'docs/faq.rst'
|
|
- 'docs/index.rst'
|
|
- 'docs/installing.rst'
|
|
- 'docs/limitations.rst'
|
|
- 'docs/reference.rst'
|
|
- 'docs/release.rst'
|
|
- 'docs/advanced/**/*.rst'
|
|
- 'docs/cmake/**/*.rst'
|
|
|
|
|
|
ci:
|
|
- any:
|
|
- '.github/workflows/*.yaml'
|