Name property on all workflows
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: CI Doctor
|
||||
description: |
|
||||
This workflow is an automated CI failure investigator that triggers when monitored workflows fail.
|
||||
Performs deep analysis of GitHub Actions workflow failures to identify root causes,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: Daily Repo Status
|
||||
description: |
|
||||
This workflow creates daily repo status reports. It gathers recent repository
|
||||
activity (issues, PRs, discussions, releases, code changes) and generates
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: Daily Team Status
|
||||
description: |
|
||||
This workflow is a daily team status reporter creating upbeat activity summaries.
|
||||
Gathers recent repository activity (issues, PRs, discussions, releases, code changes)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: Daily Test Improver
|
||||
description: |
|
||||
A testing-focused repository assistant that runs daily to improve test quality and coverage.
|
||||
Can also be triggered on-demand via '/test-assist <instructions>' to perform specific tasks.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: Issue Triage
|
||||
description: |
|
||||
Intelligent issue triage assistant that processes new and reopened issues.
|
||||
Analyzes issue content, selects appropriate labels, detects spam, gathers context
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: PR Fix
|
||||
description: |
|
||||
This workflow makes fixes to pull requests on-demand by the '/pr-fix' command.
|
||||
Analyzes failing CI checks, identifies root causes from error logs, implements fixes,
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
---
|
||||
name: Repo Assist
|
||||
description: |
|
||||
A friendly repository assistant that runs 2 times a day to support contributors and maintainers.
|
||||
Can also be triggered on-demand via '/repo-assist <instructions>' to perform specific tasks.
|
||||
|
||||
Reference in New Issue
Block a user