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