From b0bd51e2ee1ebb10e4570083908ae6699a27e942 Mon Sep 17 00:00:00 2001 From: Ramazan Sancar Date: Wed, 29 May 2024 14:05:15 +0000 Subject: [PATCH] fix: blank fixed. --- .github/workflows/remove-30days-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-30days-label.yml b/.github/workflows/remove-30days-label.yml index cbfd69f..6e235ad 100644 --- a/.github/workflows/remove-30days-label.yml +++ b/.github/workflows/remove-30days-label.yml @@ -5,10 +5,10 @@ on: types: [closed] jobs: + replycomment: runs-on: ubuntu-latest - permissions: write-all steps: - uses: actions/github-script@v6