From 360791f19a6c3ac013893a7e03647b220e7a32de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Feliks=20Pobiedzi=C5=84ski?= <38541925+FelonEkonom@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:58:48 +0200 Subject: [PATCH] Stop creating GH label on issue opene (#45) --- .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: