Skip to content

Add "Trigger " prefix to name in dogfood triggers#304

Merged
strawgate merged 2 commits into
mainfrom
copilot/add-trigger-prefix-to-name
Feb 21, 2026
Merged

Add "Trigger " prefix to name in dogfood triggers#304
strawgate merged 2 commits into
mainfrom
copilot/add-trigger-prefix-to-name

Conversation

Copilot AI commented Feb 21, 2026

Copy link
Copy Markdown
Contributor

Dogfood trigger workflows lacked a distinguishing prefix in their name field, making them harder to identify in the GitHub Actions UI relative to the compiled lock workflows.

Changes

  • scripts/dogfood.sh — Extended the sed pipeline with s|^name: |name: Trigger | so all future syncs automatically prefix the workflow name.
  • .github/workflows/trigger-*.yml (31 files) — Regenerated via scripts/dogfood.sh to apply the prefix. Also picks up a previously out-of-sync trigger-update-pr-body.yml (dropped stale issues: read permission, updated if: condition to match current source).
  • trigger-downstream-users.yml — Manually updated (no backing example.yml).

Before / After:

# Before
name: Text Beautifier

# After
name: Trigger Text Beautifier
Original prompt

This section details on the original issue you should resolve

<issue_title>Add "Trigger " prefix to name in our dogfood triggers</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@strawgate strawgate marked this pull request as ready for review February 21, 2026 04:28
Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot AI changed the title [WIP] Add 'Trigger ' prefix to name in dogfood triggers Add "Trigger " prefix to name in dogfood triggers Feb 21, 2026
Copilot AI requested a review from strawgate February 21, 2026 04:33
@strawgate strawgate merged commit 613e7ca into main Feb 21, 2026
6 of 11 checks passed
@strawgate strawgate deleted the copilot/add-trigger-prefix-to-name branch February 21, 2026 04:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "Trigger " prefix to name in our dogfood triggers

2 participants