diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 098394a6..7a36cb57 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -17,6 +17,9 @@ jobs: pull-requests: write steps: - - uses: actions/labeler@v4 + - name: Checkout code + uses: actions/checkout@v4 + - name: Add label + uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"