Skip to content

Commit

Permalink
Updating labeler action config to use newly required checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
pbukva committed Oct 31, 2024
1 parent 4d92be8 commit 3d47922
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@main
- name: Checkout
uses: actions/checkout@v4
- name: Label PR
uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"

0 comments on commit 3d47922

Please sign in to comment.