From c2e2ba5499dba939ac218631817c6acfbfc66284 Mon Sep 17 00:00:00 2001 From: Marco Vermeulen Date: Mon, 15 Jun 2026 17:21:27 +0100 Subject: [PATCH] feat: repoint notification callers to renamed reusables Co-Authored-By: Claude --- .github/workflows/triage-events.yml | 6 ++---- .github/workflows/workflow-failure-alert.yml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/triage-events.yml b/.github/workflows/triage-events.yml index 13848315..b637cc3c 100644 --- a/.github/workflows/triage-events.yml +++ b/.github/workflows/triage-events.yml @@ -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 diff --git a/.github/workflows/workflow-failure-alert.yml b/.github/workflows/workflow-failure-alert.yml index 6df60fc9..871851cf 100644 --- a/.github/workflows/workflow-failure-alert.yml +++ b/.github/workflows/workflow-failure-alert.yml @@ -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