Skip to content

Commit

Permalink
Merge pull request #3 from sarvsav/labeler-fixed
Browse files Browse the repository at this point in the history
Added checkout step
  • Loading branch information
sarvsav authored May 6, 2024
2 parents 6540aad + c09e227 commit ca5a0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # Uploads the repository content to GitHub Actions runner
- uses: actions/labeler@main
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ca5a0f2

Please sign in to comment.