We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b9986f + 98b7cd3 commit 88e5495Copy full SHA for 88e5495
2 files changed
.claude/scheduled_tasks.json
@@ -0,0 +1,12 @@
1
+{
2
+ "tasks": [
3
+ {
4
+ "id": "cda023e0",
5
+ "cron": "7 * * * *",
6
+ "prompt": "cd /Users/ethan/code/gemini-cli && git fetch upstream main && NEW_COMMITS=$(git log HEAD..upstream/main --oneline | wc -l) && if [ \"$NEW_COMMITS\" -gt \"0\" ]; then echo \"有 $NEW_COMMITS 个新提交,开始同步...\" && git stash && git merge upstream/main --no-edit && npm run build && npm test && git add -A && git commit -m \"chore: sync upstream/main ($(date '+%Y-%m-%d %H:%M'))\" --no-verify || echo \"合并或构建失败,请检查\"; else echo \"无新提交\"; fi",
7
+ "createdAt": 1779553392340,
8
+ "lastFiredAt": 1779599509545,
9
+ "recurring": true
10
+ }
11
+ ]
12
+}
0 commit comments