diff --git a/.gitea/workflows/labeler.yml b/.gitea/workflows/labeler.yml index b85b580..47d8fb5 100644 --- a/.gitea/workflows/labeler.yml +++ b/.gitea/workflows/labeler.yml @@ -10,9 +10,6 @@ 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"