Skip to content

Commit

Permalink
Fix PR Labeler (#349)
Browse files Browse the repository at this point in the history
It needs to checkout the repo before it can run the labeler.
  • Loading branch information
llvm-beanz authored Nov 4, 2024
1 parent 3107ab5 commit d06ab39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout Automation Script
uses: actions/checkout@v4
with:
sparse-checkout: .github
ref: main
- uses: actions/labeler@v5
with:
configuration-path: .github/prs-labels.yml

0 comments on commit d06ab39

Please sign in to comment.