diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/labeler.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 52682d93dd..cd4bd660aa 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,9 +9,10 @@ jobs: contents: read pull-requests: write steps: - - uses: actions/labeler@v4 + - uses: actions/checkout@v4 + - uses: actions/labeler@v5 with: - sync-labels: "" + configuration-path: .github/scripts/labeler_configuration.yml type-scope: needs: triage |