Skip to content

Commit 4a577b5

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
ci: add standard centralized workflows (#609)
Add missing standard SciML centralized caller workflows: - RunicSuggestions.yml (Runic auto-format suggestions on PRs) - DependabotAutoMerge.yml (auto-merge Dependabot PRs) Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a9ac625 commit 4a577b5

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "Dependabot Auto-merge"
2+
on: pull_request
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
jobs:
7+
automerge:
8+
uses: "SciML/.github/.github/workflows/dependabot-automerge.yml@v1"
9+
secrets: "inherit"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: "Runic Suggestions"
2+
on: pull_request
3+
permissions:
4+
contents: read
5+
pull-requests: write
6+
jobs:
7+
runic-suggestions:
8+
uses: "SciML/.github/.github/workflows/runic-suggestions-on-pr.yml@v1"
9+
secrets: "inherit"

0 commit comments

Comments
 (0)