Skip to content

Commit

Permalink
ci: added checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 committed Sep 24, 2023
1 parent 1dae547 commit 7b80eae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4

- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7b80eae

Please sign in to comment.