Skip to content

Commit

Permalink
Merge pull request #15344 from dmarcoux/revert-labeler-update-to-v5
Browse files Browse the repository at this point in the history
Revert "Bump actions/labeler from 4 to 5"
  • Loading branch information
dmarcoux authored Dec 11, 2023
2 parents f3d9235 + 910865c commit cc26f56
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 cc26f56

Please sign in to comment.