From 6d5278d6f4d1da9dbe02b21ef14425086f9cacb0 Mon Sep 17 00:00:00 2001 From: amrbashir <48618675+amrbashir@users.noreply.github.com> Date: Sat, 2 Oct 2021 19:09:44 +0200 Subject: [PATCH] remove on_issue_closed.yml --- .github/workflows/on_issue_closed.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/on_issue_closed.yml diff --git a/.github/workflows/on_issue_closed.yml b/.github/workflows/on_issue_closed.yml deleted file mode 100644 index 6744e8a..0000000 --- a/.github/workflows/on_issue_closed.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: On_Issue_Closed - -on: - issues: - types: [closed] - -jobs: - run_tauri_bot_notify: - if: ${{ !github.event.issue.pull_request }} - runs-on: ubuntu-latest - steps: - - name: Run tauri-bot notify action - run: gh wokflow run run.yml -f command=notify url=$ISSUE --repo tauri-apps/bot - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ISSUE: ${{ github.event.issue.html_url }}