Skip to content

Commit 9eb9bc6

Browse files
authored
chore: use [bot] prefix for created issue titles (#36)
`[BOT ISSUE]` seems too much for our repos. Hopefully this makes our issues stream a bit easier to parse, both for us and external contributors.
1 parent 7bc09fa commit 9eb9bc6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/agent-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- Create at most ${{ matrix.max_issues }} issues in this run.
130130
- Create one issue per distinct gap.
131131
- Keep each issue concise, concrete, and source-backed.
132-
- Prefix every created issue title with `[BOT ISSUE] `.
132+
- Prefix every created issue title with `[bot] `.
133133
- If the repository supports issue types, choose whichever type fits best (`Bug`, `Feature`, or `Task`). If issue types are unavailable, create the issue without type.
134134
- Include a hidden marker comment near the top of the issue body in this exact form:
135135

.github/workflows/library-gap-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- Create at most ${{ matrix.max_issues }} issues in this run.
131131
- Create one issue per distinct library gap.
132132
- Keep each issue concise, concrete, and source-backed.
133-
- Prefix every created issue title with `[BOT ISSUE] `.
133+
- Prefix every created issue title with `[bot] `.
134134
- If the repository supports issue types, choose whichever type fits best (`Bug`, `Feature`, or `Task`). If issue types are unavailable, create the issue without type.
135135
- Include a hidden marker comment near the top of the issue body in this exact form:
136136

0 commit comments

Comments
 (0)