Skip to content

Commit 6d16104

Browse files
authored
Remove source field from agentic workflows (#165)
1 parent b2038d1 commit 6d16104

5 files changed

Lines changed: 14 additions & 18 deletions

File tree

.github/workflows/daily-workflow-sync.lock.yml

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

.github/workflows/import-workflow.lock.yml

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

.github/workflows/import-workflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ The workflow from the source repository may contain project-specific references.
7878
- Generalize the prompt to work across different repository types and languages
7979
- Keep the core value and behavior of the workflow intact
8080
- Preserve the frontmatter structure (triggers, permissions, safe-outputs, tools, timeout)
81-
- Add a `source:` field in the frontmatter pointing to the original workflow URL
8281

8382
Save the adapted workflow to `workflows/<workflow-name>.md`.
8483

workflows/ai-moderator.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ safe-outputs:
3737
max: 5
3838
allowed-reasons: [spam]
3939
threat-detection: false
40-
source: https://github.com/github/gh-aw/blob/main/.github/workflows/ai-moderator.md
4140
---
4241
# AI Moderator
4342

workflows/contribution-check.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: |
66
Helps maintainers efficiently prioritize community contributions by highlighting PRs that
77
are ready for review, need work, or fall outside contribution guidelines.
88
9-
source: https://github.com/github/gh-aw/blob/main/.github/workflows/contribution-check.md
10-
119
on:
1210
schedule: "every 4 hours"
1311
workflow_dispatch:

0 commit comments

Comments
 (0)