Skip to content

Add contribution guidelines checker workflow#125

Closed
Mossaka wants to merge 38 commits intogithubnext:mainfrom
Mossaka:add-contribution-guidelines-checker
Closed

Add contribution guidelines checker workflow#125
Mossaka wants to merge 38 commits intogithubnext:mainfrom
Mossaka:add-contribution-guidelines-checker

Conversation

@Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Feb 4, 2026

Summary

  • Adds a new agentic workflow that reviews incoming PRs to verify they comply with the repository's contribution guidelines
  • Searches for CONTRIBUTING.md, .github/CONTRIBUTING.md, docs/CONTRIBUTING.md, or contribution sections in README.md
  • Labels compliant PRs with contribution-ready
  • Provides constructive, actionable feedback on PRs that need improvements

Test plan

  • Copy workflow to .github/workflows/ in a test repo
  • Run gh aw compile contribution-guidelines-checker
  • Open a test PR and verify the workflow triggers
  • Verify labeling and commenting behavior

🤖 Generated with Claude Code

Mossaka and others added 30 commits December 3, 2025 22:23
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>
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>
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>
Copilot AI and others added 8 commits February 4, 2026 23:48
- 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>
@Mossaka
Copy link
Collaborator Author

Mossaka commented Feb 4, 2026

Closing - PR included unintended commits. Will recreate with only the new file.

@Mossaka Mossaka closed this Feb 4, 2026
@Mossaka Mossaka deleted the add-contribution-guidelines-checker branch February 4, 2026 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants