Skip to content

Commit aa40578

Browse files
Merge pull request #601 from ChrisRackauckas-Claude/add-standard-workflows
ci: add standard centralized workflows (auto-format, dependabot-automerge, docs-preview-cleanup)
2 parents b339e6d + 3ecfc63 commit aa40578

2 files changed

Lines changed: 19 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: "Doc Preview Cleanup"
2+
on:
3+
pull_request:
4+
types: [closed]
5+
permissions:
6+
contents: write
7+
jobs:
8+
cleanup:
9+
uses: "SciML/.github/.github/workflows/docs-preview-cleanup.yml@v1"
10+
secrets: "inherit"

0 commit comments

Comments
 (0)