File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Research Bot
22
33on :
44 schedule :
5- - cron : ' 0 9 * * 1 ' # Every Monday 09:00 UTC
5+ - cron : ' 0 9 * * * ' # Daily at 09:00 UTC
66 workflow_dispatch :
77
88permissions :
4545 body : |
4646 This automated PR updates the Latest Research section with newly published arXiv papers related to Isaac Gym / Isaac Lab.
4747
48- - Created by Research Bot on a schedule or manual dispatch.
48+ - Created by Research Bot (runs daily at 09:00 UTC)
4949 - Marked as draft and requires maintainer approval to merge.
5050 - Content between markers is managed automatically:
5151 `<!-- research-bot:start -->` … `<!-- research-bot:end -->`.
Original file line number Diff line number Diff line change 99 - " \" isaac lab\" "
1010 - " \" omni isaac\" "
1111
12- # Look back this many days for new papers
13- days_back : 14
12+ # Look back this many days for new papers (daily check)
13+ days_back : 7
1414
1515# Max results fetched per query from arXiv API
1616max_results : 25
Original file line number Diff line number Diff line change @@ -368,10 +368,10 @@ Comprehensive tutorial series from RSS 2021 Workshop:
368368
369369## 🤖 Automated Research Updates
370370
371- - Source: arXiv queries for “ isaac gym”, “ omni isaac” , and “ isaac lab” .
372- - Schedule: weekly (Mon 09:00 UTC) or manual via Actions “ Research Bot” .
373- - Output: updates content between the ‘ research-bot: start ’ and ‘ research-bot: end ’ markers in this README.
374- - Safety: opens a Draft PR labeled “ needs-approval” ; nothing merges automatically.
371+ - Source: arXiv queries for " isaac gym", " omni isaac" , and " isaac lab" .
372+ - Schedule: ** Daily at 09:00 UTC** or manual via Actions " Research Bot" .
373+ - Output: updates content between the ' research-bot: start ' and ' research-bot: end ' markers in this README.
374+ - Safety: opens a Draft PR labeled " needs-approval" ; nothing merges automatically.
375375- Config: edit ` .research-bot.yaml ` to adjust queries and limits.
376376
377377## 🌟 Contributing
You can’t perform that action at this time.
0 commit comments