Skip to content

feat: auto pull request description generator action#106

Merged
robaone-redshelf merged 3 commits into
mainfrom
ar-CORE-2657-auto-pr-description-action
Sep 14, 2025
Merged

feat: auto pull request description generator action#106
robaone-redshelf merged 3 commits into
mainfrom
ar-CORE-2657-auto-pr-description-action

Conversation

@robaone-redshelf

@robaone-redshelf robaone-redshelf commented Sep 14, 2025

Copy link
Copy Markdown
Contributor

Description

This pull request introduces a new GitHub Action that automatically generates pull request descriptions using Google Gemini AI. The action analyzes the git diff, creates a structured description (including sections for Description, Changes, and Verification), and integrates with JIRA for ticket linking.

Changes

  • Added a new GitHub Action for auto-generating PR descriptions.
  • Implemented AI-powered description generation using Google Gemini.
  • Created a structured markdown format for the PR descriptions.
  • Added JIRA ticket integration for automatic link inclusion.
  • Included comprehensive documentation and usage examples.

Verification

  • Verified that the action correctly generates PR descriptions from git diffs.
  • Tested JIRA ticket extraction from PR titles and branch names.
  • Confirmed that the action handles various error scenarios gracefully.
  • Checked that the generated descriptions adhere to the specified markdown format.

- Create reusable GitHub Action for AI-powered PR description generation
- Support for Google Gemini API integration
- JIRA ticket integration with configurable URL prefix
- Image preservation in existing PR descriptions
- Comprehensive documentation and usage examples
- Structured output format with Description, Changes, and Verification sections

This action can be used across multiple repositories to automatically generate
meaningful pull request descriptions based on git diff analysis.
@robaone-redshelf robaone-redshelf merged commit 373c10b into main Sep 14, 2025
11 checks passed
@robaone-redshelf robaone-redshelf deleted the ar-CORE-2657-auto-pr-description-action branch September 14, 2025 14:44
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.

1 participant