Skip to content

Commit

Permalink
Revert "Bump actions/labeler from 4 to 5"
Browse files Browse the repository at this point in the history
This reverts commit 3c4d983.

See upstream issue: actions/labeler#712
  • Loading branch information
dmarcoux committed Dec 11, 2023
1 parent f3d9235 commit 910865c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
pull-requests: write # for actions/labeler to add labels to PRs
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 910865c

Please sign in to comment.