Skip to content

Commit bffde33

Browse files
authored
πŸ‘¨β€πŸ’» Add workflow description extraction feature (#4008)
* show description on add, add descriptions * updates
1 parent 6463d24 commit bffde33

153 files changed

Lines changed: 525 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/archie.lock.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/archie.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: Archie
3+
description: Generates Mermaid diagrams to visualize issue and pull request relationships when invoked with the /archie command
34
on:
45
command:
56
name: archie

β€Ž.github/workflows/artifacts-summary.lock.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/artifacts-summary.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Generates a comprehensive summary of GitHub Actions artifacts usage across all workflows in the repository
23
on:
34
workflow_dispatch:
45
schedule:

β€Ž.github/workflows/audit-workflows.lock.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/audit-workflows.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Daily audit of all agentic workflow runs from the last 24 hours to identify issues, missing tools, errors, and improvement opportunities
23
on:
34
schedule:
45
- cron: "0 0 * * *" # Daily at midnight UTC

β€Ž.github/workflows/blog-auditor.lock.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/blog-auditor.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Verifies that the GitHub Next Agentic Workflows blog page is accessible and contains expected content
23
on:
34
workflow_dispatch:
45
schedule:

β€Ž.github/workflows/brave.lock.ymlβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž.github/workflows/brave.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
description: Performs web searches using Brave search engine when invoked with /brave command in issues or PRs
23
on:
34
command:
45
name: brave

0 commit comments

Comments
Β (0)