mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
ede061ca0c
* chore(deps): bump the actions group with 1 update Bumps the actions group with 1 update: [actions/labeler](https://github.com/actions/labeler). Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> * ci: fix labeler Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * ci: move eigen to 64-bit only Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
14 lines
295 B
YAML
14 lines
295 B
YAML
docs:
|
|
all:
|
|
- changed-files:
|
|
- all-globs-to-all-files:
|
|
- '!docs/changelog.rst'
|
|
- '!docs/upgrade.rst'
|
|
- base-branch: "^(?!dependabot).*"
|
|
- base-branch: "^(?!pre-commit-ci).*"
|
|
|
|
ci:
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- '.github/workflows/*.yml'
|