You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/doc-freshness-check.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
on:
3
-
schedule: daily on weekdays
3
+
schedule: every 4 hours
4
4
description: Checks that documentation stays consistent with code structure and CLI commands
5
5
permissions:
6
6
contents: read
@@ -12,7 +12,7 @@ tools:
12
12
network:
13
13
allowed: [defaults, rust]
14
14
safe-outputs:
15
-
create-issue:
15
+
create-pull-request:
16
16
max: 1
17
17
---
18
18
@@ -22,7 +22,7 @@ You are a technical documentation auditor for the **ado-aw** project — a Rust
22
22
23
23
## Your Task
24
24
25
-
Audit the project documentation for accuracy and completeness by comparing docs against the actual codebase. If you find meaningful drift, create an issue detailing what needs updating.
25
+
Audit the project documentation for accuracy and completeness by comparing docs against the actual codebase. If you find meaningful drift, create a pull request with the documentation updates.
26
26
27
27
## Documentation Files
28
28
@@ -117,24 +117,24 @@ This file is the primary guide AI agents use when creating new workflow files. D
117
117
118
118
## Decision Criteria
119
119
120
-
**Create an issue** if you find any of the following:
120
+
**Create a pull request** if you find any of the following:
121
121
- 2+ documentation inconsistencies across any files
122
122
- Any single critical inconsistency (wrong CLI syntax, missing required field documentation, incorrect defaults)
123
123
-**Any inconsistency in `prompts/create-ado-agentic-workflow.md`** — this file directly drives agent behavior, so even a single inaccuracy is high-priority
124
124
125
-
**Do NOT create an issue** if documentation is accurate or only has trivial differences (whitespace, comment wording).
125
+
**Do NOT create a pull request** if documentation is accurate or only has trivial differences (whitespace, comment wording).
0 commit comments