File tree 4 files changed +19
-9
lines changed
4 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
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).*"
6
9
7
10
ci :
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
1
3
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).*"
Original file line number Diff line number Diff line change @@ -972,7 +972,6 @@ jobs:
972
972
mingw-w64-${{matrix.env}}-cmake
973
973
mingw-w64-${{matrix.env}}-make
974
974
mingw-w64-${{matrix.env}}-python-pytest
975
- mingw-w64-${{matrix.env}}-eigen3
976
975
mingw-w64-${{matrix.env}}-boost
977
976
mingw-w64-${{matrix.env}}-catch
978
977
@@ -983,6 +982,7 @@ jobs:
983
982
install : >-
984
983
git
985
984
mingw-w64-${{matrix.env}}-python-scipy
985
+ mingw-w64-${{matrix.env}}-eigen3
986
986
987
987
- uses : actions/checkout@v4
988
988
Original file line number Diff line number Diff line change 14
14
pull-requests : write
15
15
steps :
16
16
17
- - uses : actions/labeler@v4
17
+ - uses : actions/labeler@v5
18
18
if : >
19
19
github.event.pull_request.merged == true &&
20
20
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
You can’t perform that action at this time.
0 commit comments