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>
9 lines
332 B
YAML
9 lines
332 B
YAML
# 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:
|
|
- changed-files:
|
|
- all-globs-to-all-files: "!docs/changelog.rst"
|
|
- base-branch: "^(?!dependabot).*"
|
|
- base-branch: "^(?!pre-commit-ci).*"
|