mirror of
https://github.com/tauri-apps/.github.git
synced 2026-01-31 00:35:22 +01:00
update on_issue_closed.yml
This commit is contained in:
10
.github/workflows/on_issue_closed.yml
vendored
10
.github/workflows/on_issue_closed.yml
vendored
@@ -1,16 +1,16 @@
|
||||
|
||||
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 auth login
|
||||
gh wokflow run run.yml -f command=notify url=${{ github.event.issue.url }} --repo tauri-apps/bot
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user