Browse Source

Pin actions/labeler to v4

dependabot/github_actions/actions/labeler-5
Joel Challis 4 months ago
committed by GitHub
parent
commit
6042094c75
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/labeler.yml

+ 1
- 1
.github/workflows/labeler.yml View File

@ -12,7 +12,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: '.github/labeler.yml'

Loading…
Cancel
Save