diff --git a/.github/workflows/remove-labels.yml b/.github/workflows/remove-labels.yml index 4ca42d0..9638a00 100644 --- a/.github/workflows/remove-labels.yml +++ b/.github/workflows/remove-labels.yml @@ -9,6 +9,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - run: Start-Sleep -Seconds 30 + shell: pwsh - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"