Skip to content

ci: add pr review bot#73

Open
carlh98 wants to merge 2 commits intomainfrom
dev/cama/PR-bot
Open

ci: add pr review bot#73
carlh98 wants to merge 2 commits intomainfrom
dev/cama/PR-bot

Conversation

@carlh98
Copy link
Contributor

@carlh98 carlh98 commented Mar 5, 2026

GitHub Issue: #

Proposed Changes

  • Bug fix
  • Feature
  • Code style update (formatting)
  • Refactoring (no functional changes, no api changes)
  • Build or CI related changes
  • Documentation content changes
  • Other, please describe:

Description

ci: add pr review bot

Impact on version

  • Major
    • The template structure was changed.
  • Minor
    • New functionalities were added.
  • Patch
    • A bug in behavior was fixed.
    • Documentation was changed.

PR Checklist

Always applicable

No matter your changes, these checks always apply.

  • Your conventional commits are aligned with the Impact on version section.
  • Updated CHANGELOG.md.
    • Use the latest Major.Minor.X header if you do a Patch change.
    • Create a new Major.Minor.X header if you do a Minor or Major change.
    • If you create a new header, it aligns with the Impact on version section and matches what is generated in the build pipeline.
  • Documentation files were updated according with the changes.
    • Update README.md and src/cli/CLI.md if you made changes to templating.
    • Update AzurePipelines.md and src/app/README.md if you made changes to pipelines.
    • Update Diagnostics.md if you made changes to diagnostic tools.
    • Update Architecture.md and its diagrams if you made architecture decisions or if you introduced new recipes.
    • ...and so forth: Make sure you update the documentation files associated to the recipes you changed. Review the topics by looking at the content of the doc/ folder.
  • Images about the template are referenced from the wiki and added as images in this git.
  • TODO comments are hints for next steps for users of the template and not planned work.

Contextual

Based on your changes these checks may not apply.

  • Automated tests for the changes have been added/updated.
  • Tested on all relevant platforms

Other information

Internal Issue (If applicable):

@carlh98 carlh98 requested a review from Copilot March 5, 2026 20:16
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow to run an AI PR review bot and documents the new automation.

Changes:

  • Add a pr-review.yml workflow that runs nventive/pull-request-bot on PR events
  • Introduce bot configuration (src/pull-request-bot.json) and update docs/templates to reference GitHub Actions automation
  • Bump CLI changelog with a new patch entry for the PR bot addition

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
src/pull-request-bot.json Adds PR review bot configuration (model, filters, auto-fix settings).
src/cli/CHANGELOG.md Records the change in a new 0.26.3 entry.
doc/GitHubActions.md Documents GitHub Actions workflows and PR review bot configuration.
README.md Adds a CI/CD & automation section linking to new docs.
CONTRIBUTING.md Notes that PRs are also reviewed by an AI bot and links to docs.
.github/workflows/pr-review.yml Introduces the PR Review Bot GitHub Actions workflow.
.github/PULL_REQUEST_TEMPLATE.md Updates checklist to include GitHub Actions documentation.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@carlh98 carlh98 requested a review from Copilot March 5, 2026 20:22
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants