Skip to content

Commit

Permalink
Pin actions/labeler to v4 [skip ci] (#4038)
Browse files Browse the repository at this point in the history
RAPIDS repos are using the `main` branch of https://github.com/actions/labeler which recently introduced [breaking changes](https://github.com/actions/labeler/releases/tag/v5.0.0).

This PR pins to the latest v4 release of the labeler action until we can evaluate the changes required for v5.

This PR also moves the labeler workflow to the correct location in the repo.

Authors:
   - Ray Douglass (https://github.com/raydouglass)

Approvers:
   - AJ Schmidt (https://github.com/ajschmidt8)
  • Loading branch information
raydouglass authored Dec 4, 2023
1 parent 1e446c4 commit 3fc3e98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3fc3e98

Please sign in to comment.