Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laurigates/gha-issue-resolution
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Choose a base ref
...
head repository: laurigates/gha-issue-resolution
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 13, 2024

  1. feat: implement PR creation from AI suggestions

    Implement the ability to create pull requests directly from AI suggestions.
    
    This change introduces the following new functionality:
    - Adds a `create_pr_from_analysis` function to the `gha_issue_resolution` module.
    - Updates the `comment_handler` module to use the `create_pr_from_analysis` function to create pull requests when a user comments with the "/create-pr" trigger.# Please enter the commit message for your changes. Lines starting
    laurigates committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    89e0c15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c551cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    878f395 View commit details
    Browse the repository at this point in the history
Loading