Enhance workflow conditionals for forked repositories and notifications (#4179)

This commit is contained in:
Geoff Bourne
2026-07-18 16:51:16 -05:00
committed by GitHub
parent 0a445cd8db
commit cd2c5628f2
4 changed files with 20 additions and 11 deletions
+21
View File
@@ -0,0 +1,21 @@
name: Issues notify
on:
issues:
types:
- opened
- labeled
- unlabeled
- closed
pull_request_target:
types:
- closed
- labeled
jobs:
notify:
if: github.repository_owner == 'itzg'
uses: itzg/github-workflows/.github/workflows/issues-notify-discord.yml@main
with:
triageLabel: 'status/needs triage'
secrets:
discordWebhook: "${{secrets.DISCORD_ISSUES_WEBHOOK}}"