feat: repoint notification callers to renamed reusables

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Marco Vermeulen
2026-06-15 17:21:27 +01:00
committed by Marco Vermeulen
parent b79b2f6166
commit c2e2ba5499
2 changed files with 4 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
name: Notify Chloé (Issue Triage)
name: "Triage: Issues, Comments, PRs"
on:
issues:
types: [opened]
@@ -7,8 +6,7 @@ on:
types: [created]
pull_request:
types: [opened]
jobs:
notify:
uses: sdkman/.github/.github/workflows/reusable-triage.yml@main
uses: sdkman/.github/.github/workflows/reusable-triage-events.yml@main
secrets: inherit

View File

@@ -1,12 +1,10 @@
name: Notify on Failure
name: Workflow Failure Alert
on:
workflow_run:
workflows: ["*"]
branches: [master, main]
types: [completed]
jobs:
notify:
uses: sdkman/.github/.github/workflows/reusable-notify-on-failure.yml@main
uses: sdkman/.github/.github/workflows/reusable-workflow-failure-alert.yml@main
secrets: inherit