Skip to content

Commit 7d7e9c5

Browse files
committed
Improve docs monitor: restrict Bash commands, fix 24h schedule
1 parent f23f562 commit 7d7e9c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/smart-docs-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
For each PR that needs documentation, create an issue using:
171171
```bash
172172
gh issue create \
173-
--repo kenny-stacks/docs \
173+
--repo stacks-network/docs \
174174
--title "[Docs Update] [repo-name] PR #123: Brief description" \
175175
--body "$(cat <<'EOF'
176176
## Source PR
@@ -182,7 +182,7 @@ jobs:
182182
--label "documentation,auto-generated,sync-needed,[repo-name],priority-[level],[docs-update|docs-new|docs-remove]"
183183
```
184184
185-
**Important:** Create issues in the kenny-stacks/docs repository (this fork) for testing.
185+
**Important:** Create issues in the stacks-network/docs repository.
186186
187187
After creating each issue, mark it as completed in your todo list before moving to the next one.
188188
claude_args: |

0 commit comments

Comments
 (0)