File tree Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Expand file tree Collapse file tree 4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 11docs :
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
710ci :
8- - ' .github/workflows/*.yml'
11+ - changed-files :
12+ - any-glob-to-any-file :
13+ - ' .github/workflows/*.yml'
Original file line number Diff line number Diff line change 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
13needs 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).*"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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):') &&
You can’t perform that action at this time.
0 commit comments