Skip to content

Commit 33487ea

Browse files
committed
test: compile doc-freshness workflow + temporary push trigger
Temporarily adds a push trigger on emaher-doc-freshness-workflow to test the agentic workflow before merge. WILL BE REVERTED before merge. Also fixes gh aw compile errors so the workflow builds: - remove invalid 'add-comment: max: 0' (omitting disables comments) - 'issues: write' -> 'issues: read' (safe-outputs handles issue creation) - switch cron to fuzzy schedule 'weekly on monday' - move since_date into env to avoid shell-injection auto-rewrite
1 parent 203c823 commit 33487ea

4 files changed

Lines changed: 1656 additions & 7 deletions

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
.squad/agents/*/history.md merge=union
44
.squad/log/** merge=union
55
.squad/orchestration-log/** merge=union
6+
7+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/aw/actions-lock.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"entries": {
3+
"github/gh-aw-actions/setup@v0.80.9": {
4+
"repo": "github/gh-aw-actions/setup",
5+
"version": "v0.80.9",
6+
"sha": "8c7d04ebf1ece56cd381446125da3e0f6896294a"
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)