mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-07-30 09:05:54 -04:00
feat: repoint notification callers to renamed reusables
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
Marco Vermeulen
parent
b79b2f6166
commit
c2e2ba5499
6
.github/workflows/triage-events.yml
vendored
6
.github/workflows/triage-events.yml
vendored
@@ -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
|
||||
|
||||
6
.github/workflows/workflow-failure-alert.yml
vendored
6
.github/workflows/workflow-failure-alert.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user