remove on_issue_closed.yml

This commit is contained in:
amrbashir
2021-10-02 19:09:44 +02:00
parent a1d2a907d6
commit 6d5278d6f4

View File

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