Skip to content

Commit

Permalink
fix(label): checkout code for labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tran-christian committed Aug 20, 2024
1 parent d6b50d1 commit 93216a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
pull-requests: write

steps:
- uses: actions/labeler@v4
- name: Checkout code
uses: actions/checkout@v4
- name: Add label
uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 93216a7

Please sign in to comment.