Skip to content

Commit ede061c

Browse files
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]>
1 parent 7502577 commit ede061c

File tree

4 files changed

+19
-9
lines changed

4 files changed

+19
-9
lines changed

.github/labeler.yml

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
docs:
2-
- any:
3-
- 'docs/**/*.rst'
4-
- '!docs/changelog.rst'
5-
- '!docs/upgrade.rst'
2+
all:
3+
- changed-files:
4+
- all-globs-to-all-files:
5+
- '!docs/changelog.rst'
6+
- '!docs/upgrade.rst'
7+
- base-branch: "^(?!dependabot).*"
8+
- base-branch: "^(?!pre-commit-ci).*"
69

710
ci:
8-
- '.github/workflows/*.yml'
11+
- changed-files:
12+
- any-glob-to-any-file:
13+
- '.github/workflows/*.yml'

.github/labeler_merged.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Add 'needs changelog` label to any change to code files as long as the `CHANGELOG` hasn't changed
2+
# Skip dependabot and pre-commit-ci PRs
13
needs changelog:
2-
- all:
3-
- '!docs/changelog.rst'
4+
- all:
5+
- changed-files:
6+
- all-globs-to-all-files: "!docs/changelog.rst"
7+
- base-branch: "^(?!dependabot).*"
8+
- base-branch: "^(?!pre-commit-ci).*"

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@ jobs:
972972
mingw-w64-${{matrix.env}}-cmake
973973
mingw-w64-${{matrix.env}}-make
974974
mingw-w64-${{matrix.env}}-python-pytest
975-
mingw-w64-${{matrix.env}}-eigen3
976975
mingw-w64-${{matrix.env}}-boost
977976
mingw-w64-${{matrix.env}}-catch
978977
@@ -983,6 +982,7 @@ jobs:
983982
install: >-
984983
git
985984
mingw-w64-${{matrix.env}}-python-scipy
985+
mingw-w64-${{matrix.env}}-eigen3
986986
987987
- uses: actions/checkout@v4
988988

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616

17-
- uses: actions/labeler@v4
17+
- uses: actions/labeler@v5
1818
if: >
1919
github.event.pull_request.merged == true &&
2020
!startsWith(github.event.pull_request.title, 'chore(deps):') &&

0 commit comments

Comments
 (0)