Skip to content

Commit c63c353

Browse files
marc0derclaude
andauthored
feat: roll out Pattern-A notification stack (#54)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent a905cef commit c63c353

4 files changed

Lines changed: 18 additions & 11 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Dependabot Digest
2+
on:
3+
schedule:
4+
# 09:00 UTC on the same day as the repo's Dependabot run.
5+
# Dependabot defaults to 05:00 UTC; 4h gives it room to land the batch.
6+
- cron: "0 9 * * 1"
7+
workflow_dispatch: {}
8+
jobs:
9+
digest:
10+
permissions:
11+
pull-requests: read
12+
uses: sdkman/.github/.github/workflows/reusable-dependabot-digest.yml@main
13+
secrets: inherit
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
name: Notify Chloé (Issue Triage)
2-
1+
name: "Triage: Issues, Comments, PRs"
32
on:
43
issues:
54
types: [opened]
65
issue_comment:
76
types: [created]
87
pull_request:
98
types: [opened]
10-
119
jobs:
1210
notify:
13-
uses: sdkman/.github/.github/workflows/reusable-triage.yml@main
11+
uses: sdkman/.github/.github/workflows/reusable-triage-events.yml@main
1412
secrets: inherit

.github/workflows/triage-on-pr-completion.yml renamed to .github/workflows/triage-fork-pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
name: Triage on Fork PR Completion
2-
1+
name: "Triage: Fork PR"
32
on:
43
workflow_run:
54
workflows: ["CI"]
65
types: [completed]
7-
86
jobs:
97
triage:
108
uses: sdkman/.github/.github/workflows/reusable-triage-fork-pr.yml@main
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
name: Notify on Failure
2-
1+
name: Workflow Failure Alert
32
on:
43
workflow_run:
54
workflows: ["*"]
65
branches: [master, main]
76
types: [completed]
8-
97
jobs:
108
notify:
11-
uses: sdkman/.github/.github/workflows/reusable-notify-on-failure.yml@main
9+
uses: sdkman/.github/.github/workflows/reusable-workflow-failure-alert.yml@main
1210
secrets: inherit

0 commit comments

Comments
 (0)