Skip to content

Commit 650540e

Browse files
CopilotQilongTang
andauthored
Refine docs-only allowlist for daily docs sync workflow
Agent-Logs-Url: https://github.com/DynamoDS/Dynamo/sessions/ef6eebc1-6e40-4319-8365-75550a9c5ef7 Co-authored-by: QilongTang <3942418+QilongTang@users.noreply.github.com>
1 parent 34f1eee commit 650540e

2 files changed

Lines changed: 16 additions & 17 deletions

File tree

.github/workflows/daily-doc-sync.lock.yml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-doc-sync.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ safe-outputs:
2323
- doc/**
2424
- README.md
2525
- CONTRIBUTING.md
26-
- "*.md"
2726

2827
---
2928

@@ -38,7 +37,7 @@ Keep repository documentation synchronized with recent source changes.
3837
- `/doc/**`
3938
- `/README.md`
4039
- `/CONTRIBUTING.md`
41-
- Other markdown docs in the repository root.
40+
- Other user-facing markdown docs in the repository root, excluding protected agent-instruction files.
4241
3. For each candidate doc file, verify if its current content is out of date relative to the code changes.
4342
4. Update only the documentation files that are actually out of sync. Keep edits minimal, accurate, and consistent with existing style.
4443
5. If no documentation changes are needed, finish without creating a pull request.

0 commit comments

Comments
 (0)