Add contribution guidelines checker workflow#125
Closed
Mossaka wants to merge 38 commits intogithubnext:mainfrom
Closed
Add contribution guidelines checker workflow#125Mossaka wants to merge 38 commits intogithubnext:mainfrom
Mossaka wants to merge 38 commits intogithubnext:mainfrom
Conversation
Signed-off-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
- Created a new workflow file for Copilot setup steps to configure the environment for GitHub Copilot Agent with the gh-aw MCP server. - Added a .gitignore file to ignore all downloaded workflow logs, while keeping the .gitignore itself. - Introduced a new MCP configuration file for Visual Studio Code to set up the GitHub Agentic Workflows server.
* Initial plan * Add daily workflow sync automation from gh-aw Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Move daily-workflow-sync to .github/workflows and compile Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Replace custom safe output job with built-in safe outputs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…es and analysis steps
This commit upgrades all agentic workflows to be compatible with gh-aw v0.33.8. ## Changes Made ### Fixed Deprecation Warnings - Replaced deprecated `command:` trigger with `slash_command:` in 4 workflows: - plan.md - pr-fix.md - q.md - repo-ask.md ### Improved Scheduling - Updated weekly-research.md to use fuzzy scheduling (`cron: "weekly on monday"`) instead of fixed time to distribute workflow execution load ### Recompiled All Workflows - Regenerated all .lock.yml files with latest gh-aw v0.33.8 - Updated action pins and workflow configurations - All workflows now compile successfully with 0 errors ## gh-aw v0.33.8 Key Features - Firewall (AWF) now enabled by default for all engines - MCP configuration created by default in `gh aw init` - Automatic fixes via codemods in `gh aw update` - Fixed critical bug with missing GH_AW_WORKFLOW_ID ## Testing - Ran `gh aw compile --validate` on all workflows - All 17 workflows compile successfully - Remaining warnings are informational only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…ng expired discussions and issues
Updated warning section. It was not displayed correctly
…date actions-lock and workflow files to use gh-aw v0.37.20; enhance security practices by adding 'dispatch-workflow' to safe outputs; fix Copilot CLI installation version.
…githubnext#95) * Initial plan * Add issue duplication detector agentic workflow Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Change to batch processing every 5 minutes for cost control Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Allow all bash tools in issue duplication detector Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Recompile workflow after merging main Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com>
- Recompiled workflows with gh-aw v0.42.0 - Added actions/github-script@v8 to actions-lock.json Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
- Updated github/gh-aw/actions/setup from v0.37.27 to v0.42.0 - Updated agent and prompt files - Updated actions-lock.json Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Adds a new agentic workflow that reviews incoming PRs to verify they comply with the repository's contribution guidelines. The workflow: - Searches for CONTRIBUTING.md and similar docs in the repo - Evaluates PR title, description, and commits against guidelines - Labels compliant PRs with `contribution-ready` - Provides constructive feedback on PRs that need improvements Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
Author
|
Closing - PR included unintended commits. Will recreate with only the new file. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
contribution-readyTest plan
.github/workflows/in a test repogh aw compile contribution-guidelines-checker🤖 Generated with Claude Code