Skip to content

Commit

Permalink
Rely on jjerphan/labeler@main which integrates actions/labeler#113
Browse files Browse the repository at this point in the history
As a temporary support util actions/labeler#113 is merged.
  • Loading branch information
jjerphan committed Nov 15, 2022
1 parent 70ffa85 commit 82385dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
label_pull_request:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4.0.1
- uses: actions/jjerphan@main
continue-on-error: true
if: github.repository == 'scipy/scipy'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync: false
sync-labels: false
configuration-path: ".github/label-globs.yml"

0 comments on commit 82385dd

Please sign in to comment.