From b0ead852be2b63cbfc1b17894a4ff5f3019caeed Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Mon, 11 Dec 2023 19:16:28 +0100 Subject: [PATCH] revert --- .github/workflows/labeler.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f25599e81..2af558297 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,10 +10,6 @@ jobs: triage: runs-on: ubuntu-latest steps: - - name: "Checkout" - uses: actions/checkout@v4 - - - name: "Label" - uses: actions/labeler@v5 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" + - uses: actions/labeler@v5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}"