Skip to content

Commit 1af265a

Browse files
gracefullightclaude
andcommitted
ci(root): add oh-my-agent auto-update workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 554cc6b commit 1af265a

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/update-oma.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update oh-my-agent
2+
3+
on:
4+
schedule:
5+
- cron: "0 9 * * 1" # Every Monday at 09:00 UTC
6+
workflow_dispatch:
7+
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
12+
jobs:
13+
update:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
18+
- uses: first-fluke/oh-my-agent/action@v1

0 commit comments

Comments
 (0)