8000 MNT Allow pull request labeler to fail (#17530) · scikit-learn/scikit-learn@3ff6277 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3ff6277

Browse files
authored
MNT Allow pull request labeler to fail (#17530)
* ENH Test * ENH Push now * Try continue on error * REV * REV
1 parent 9ae41ab commit 3ff6277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: thomasjpfan/labeler@v2.4.6
11+
continue-on-error: true
1112
if: github.repository == 'scikit-learn/scikit-learn'
1213
with:
1314
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)
0