diff --git a/.gitea/workflows/labeler.yml b/.gitea/workflows/labeler.yml index 47d8fb5..b85b580 100644 --- a/.gitea/workflows/labeler.yml +++ b/.gitea/workflows/labeler.yml @@ -10,6 +10,9 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 + - uses: actions/labeler@v5 with: configuration-path: ".gitea/labeler.yml"