Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/daily-workflow-sync.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions .github/workflows/import-workflow.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .github/workflows/import-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ The workflow from the source repository may contain project-specific references.
- Generalize the prompt to work across different repository types and languages
- Keep the core value and behavior of the workflow intact
- Preserve the frontmatter structure (triggers, permissions, safe-outputs, tools, timeout)
- Add a `source:` field in the frontmatter pointing to the original workflow URL

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

Expand Down
1 change: 0 additions & 1 deletion workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ safe-outputs:
max: 5
allowed-reasons: [spam]
threat-detection: false
source: https://github.com/github/gh-aw/blob/main/.github/workflows/ai-moderator.md
---
# AI Moderator

Expand Down
2 changes: 0 additions & 2 deletions workflows/contribution-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: |
Helps maintainers efficiently prioritize community contributions by highlighting PRs that
are ready for review, need work, or fall outside contribution guidelines.

source: https://github.com/github/gh-aw/blob/main/.github/workflows/contribution-check.md

on:
schedule: "every 4 hours"
workflow_dispatch:
Expand Down