-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the actions group with 1 update (#5082)
* 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](actions/labeler@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] <[email protected]> * ci: fix labeler Signed-off-by: Henry Schreiner <[email protected]> * ci: move eigen to 64-bit only Signed-off-by: Henry Schreiner <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Henry Schreiner <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Henry Schreiner <[email protected]>
- Loading branch information
1 parent
7502577
commit ede061c
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
docs: | ||
- any: | ||
- 'docs/**/*.rst' | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
all: | ||
- changed-files: | ||
- all-globs-to-all-files: | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" | ||
|
||
ci: | ||
- '.github/workflows/*.yml' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.github/workflows/*.yml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# 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: | ||
- '!docs/changelog.rst' | ||
- all: | ||
- changed-files: | ||
- all-globs-to-all-files: "!docs/changelog.rst" | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters