diff options
| author | dundargoc <gocdundar@gmail.com> | 2023-12-08 10:41:11 +0100 |
|---|---|---|
| committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-08 22:13:07 +0100 |
| commit | 9706ee59d0e2143d40d40b9e01cd63f8a17a09ab (patch) | |
| tree | e7d5d0f163e7d11652d2f6d3d1e6b84d9e3ecc01 /.github/workflows | |
| parent | f707ce76acb86e064d549dc762f5636af072d3c5 (diff) | |
| download | rneovim-9706ee59d0e2143d40d40b9e01cd63f8a17a09ab.tar.gz rneovim-9706ee59d0e2143d40d40b9e01cd63f8a17a09ab.tar.bz2 rneovim-9706ee59d0e2143d40d40b9e01cd63f8a17a09ab.zip | |
ci: bump actions/labeler from 4 to 5
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 |