Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/daily-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ timeout-minutes: 30
safe-outputs:
create-pull-request:
expires: 2d
title-prefix: "[docs] "
title-prefix: ""

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Recompile gh-aw lockfiles after updating title prefix

Changing title-prefix in the .md spec does not affect the workflows GitHub actually runs, because execution uses the compiled .lock.yml files; both .github/workflows/daily-doc-updater.lock.yml and .github/workflows/glossary-maintainer.lock.yml still embed "title_prefix":"[docs] " (and prompt text with [docs]), so automated PRs will continue using the old prefix and still violate the title policy this commit is intended to fix.

Useful? React with 👍 / 👎.

labels: [documentation, automation]
draft: false
protected-files: fallback-to-issue
Expand Down Expand Up @@ -129,7 +129,7 @@ If you made any documentation changes:
- Links to relevant merged PRs that triggered the updates
- Any notes about features that need further review

**PR Title Format**: `[docs] Update documentation for features from [date]`
**PR Title Format**: `Update documentation for features from [date]`

**PR Description Template**:
```markdown
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/glossary-maintainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ network:
safe-outputs:
create-pull-request:
expires: 2d
title-prefix: "[docs] "
title-prefix: ""
labels: [documentation, glossary]
draft: false
protected-files: fallback-to-issue
Expand Down Expand Up @@ -190,8 +190,8 @@ If you made any changes to the glossary:
**Use safe-outputs create-pull-request** to create a PR with:

**PR Title Format**:
- Daily: `[docs] Update glossary - daily scan`
- Weekly: `[docs] Update glossary - weekly full scan`
- Daily: `Update glossary - daily scan`
- Weekly: `Update glossary - weekly full scan`

**PR Description Template**:
````markdown
Expand Down
Loading