Skip to content

Commit

Permalink
Checkout labeler code before updating it to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
onkar committed Nov 4, 2024
1 parent b8a94db commit 88a0108
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 88a0108

Please sign in to comment.