From 98ea5700190fb9d50e86c8ad0f85549daf9217ad Mon Sep 17 00:00:00 2001
From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com>
Date: Tue, 25 Oct 2022 15:26:24 +0200
Subject: [PATCH] Update remove-labels.yml

---
 .github/workflows/remove-labels.yml | 2 ++
 1 file changed, 2 insertions(+)

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 }}"