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: amannn/action-semantic-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.2
Choose a base ref
...
head repository: amannn/action-semantic-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 26, 2021

  1. fix: Consider merge commits for single commit validation (#127)

    * fix: Single commit validation does not factor in merge commits [#108]
    
    Closes #108
    
    With a recent change, GitHub no longer factors in merge commits added by the "update branch" button into whether to use the PR title. If a dev submits a PR with a single commit, then presses the "update branch" button, action-semantic-pull-request will allow the branch to be merged, however GitHub will still use the commit title rather than the PR title.
    
    * chore: Lint fix
    
    * chore: Add comments to explain logic
    
    * chore: Fix typo
    
    * Minor rephrasing of comments
    
    * Fix lint
    
    Co-authored-by: Jan Amann <jan@amann.me>
    julianpoy and amannn authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1b347f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e3bb78 View commit details
    Browse the repository at this point in the history
Loading