Skip to content

Commit 0dd7217

Browse files
authored
Wire idle custom agents to matching workflows (#26745)
1 parent 5b85979 commit 0dd7217

File tree

8 files changed

+70
-60
lines changed

8 files changed

+70
-60
lines changed

.github/workflows/archie.lock.yml

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

.github/workflows/archie.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ permissions:
1212
issues: read
1313
pull-requests: read
1414
actions: read
15-
engine: copilot
15+
engine:
16+
id: copilot
17+
agent: adr-writer
1618
strict: true
1719
imports:
1820
- shared/mcp/serena-go.md

.github/workflows/contribution-check.lock.yml

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

.github/workflows/contribution-check.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ permissions:
1212
env:
1313
TARGET_REPOSITORY: ${{ vars.TARGET_REPOSITORY || github.repository }}
1414

15+
engine:
16+
id: copilot
17+
agent: contribution-checker
18+
1519
tools:
1620
mount-as-clis: true
1721
github:
@@ -252,4 +256,4 @@ If any subagent call failed (❓), also apply `outdated`.
252256

253257
```json
254258
{"noop": {"message": "No action needed: [brief explanation of what was analyzed and why]"}}
255-
```
259+
```

0 commit comments

Comments
 (0)