Add missing name field to workflow frontmatter

The parseWorkflowMetadata function requires both name and description
fields. Added name to relevance-check.md and relevance-summary.md so
they appear in the generated README.workflows.md.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Bruno Borges
2026-02-26 13:55:50 -05:00
parent 422b3b6d79
commit a0cf73a861
3 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
---
name: Relevance Check
description: "Slash command to evaluate whether an issue or pull request is still relevant to the project"
on:
slash_command:

View File

@@ -1,4 +1,5 @@
---
name: Relevance Summary
description: "Manually triggered workflow that summarizes all open issues and PRs with a /relevance-check response into a single issue"
on:
workflow_dispatch: