From be35e9c8242b1b6544cceb5a78db1eccedcc3564 Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Wed, 18 Oct 2023 16:12:23 +0200 Subject: [PATCH] Stop creating GH label on issue opene --- .github/workflows/on_issue_opened.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/on_issue_opened.yaml b/.github/workflows/on_issue_opened.yaml index beed601..23208d1 100644 --- a/.github/workflows/on_issue_opened.yaml +++ b/.github/workflows/on_issue_opened.yaml @@ -11,10 +11,6 @@ jobs: uses: actions/checkout@v3 with: repository: membraneframework/membrane_core - - name: Create label if it not exists - uses: ./.github/actions/create_label - with: - GITHUB_TOKEN: ${{ secrets.MEMBRANEFRAMEWORKADMIN_TOKEN }} - name: Close issue uses: ./.github/actions/close_issue with: