Skip to content

Commit

Permalink
[CI] Fix and rename labeler job
Browse files Browse the repository at this point in the history
  • Loading branch information
aobolensk committed Jan 6, 2025
1 parent 5058aa1 commit 98f1543
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- pull_request_target

jobs:
auto-label:
label-pull-requests:
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -15,7 +15,8 @@ jobs:
with:
fetch-depth: 0
- name: Apply labels based on changed files
uses: actions/labeler@v5
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
dot: true

0 comments on commit 98f1543

Please sign in to comment.