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