Publish shareable AI Moderator workflow - #50893
Conversation
Co-authored-by: salmanmkc <32169182+salmanmkc@users.noreply.github.com>
|
@copilot keep it private and setup a redirect to the version in githubnext/agentics |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Implemented in d60abd4. The gh-aw copy remains |
There was a problem hiding this comment.
🟡 Changes recommended
The implementation contradicts the description and lacks regression coverage for private-to-public redirect resolution.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
Publishes AI Moderator through an upstream workflow redirect while retaining the local private workflow.
Changes:
- Adds an upstream AI Moderator redirect.
- Regenerates compiled metadata.
- Removes private-flag extraction tests.
File summaries
| File | Description |
|---|---|
.github/workflows/ai-moderator.md |
Adds the upstream redirect. |
.github/workflows/ai-moderator.lock.yml |
Updates generated redirect metadata. |
pkg/cli/add_private_test.go |
Removes private extraction tests. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 2
- Review effort level: Balanced
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
| @@ -1,5 +1,6 @@ | |||
| --- | |||
| private: true | |||
| redirect: "githubnext/agentics/workflows/ai-moderator.md@main" | |||
| @@ -1,5 +1,6 @@ | |||
| --- | |||
| private: true | |||
| redirect: "githubnext/agentics/workflows/ai-moderator.md@main" | |||
|
🎉 This pull request is included in a new release. Release: |
ai-moderator.mdwas marked private, preventing installation viagh aw addand forcing downstream users to copy it without source provenance. This makes the existing AI Moderator workflow installable as a first-class shared workflow while preserving update support.Workflow sharing
.github/workflows/ai-moderator.md.Regression coverage