diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 6f817f7e..ff2f3056 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,9 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: actions/labeler@v5 + - name: Checkout code + uses: actions/checkout@v4 + - name: Add label + uses: actions/labeler@v5 with: repo-token: ${{secrets.GITHUB_TOKEN}}