Skip to content

Commit

Permalink
Update CI PR labeler version to fix HTTP error with GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 24, 2023
1 parent 92ff2d2 commit 21614d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/master/README.md

name: Labeler
on: [pull_request]
name: Pull Request Labeler
on:
pull_request:
types: [opened, edited, synchronize, reopened]

jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
- uses: actions/labeler@v4.3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 21614d4

Please sign in to comment.