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: korthout/backport-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: korthout/backport-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 5 contributors

Commits on Dec 16, 2023

  1. dist: release 2.4.0-SNAPSHOT

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    930286d View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. build(deps-dev): bump prettier from 3.1.1 to 3.2.4

    Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.4.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.1.1...3.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    c48beca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #408 from korthout/dependabot/npm_and_yarn/prettie…

    …r-3.2.4
    
    build(deps-dev): bump prettier from 3.1.1 to 3.2.4
    korthout authored Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7a2d0af View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. feat: add pull_description to placeholders

    This allows the user to copy the original pull request description
    to the backported PR. This can be helpful if the body contains
    links to ticketing systems, related documents etc.
    
    Example usage:
    
    yaml
    ```
              pull_description: |-
                Automated backport to `${target_branch}`, triggered by a
    label in #${pull_number}.
    
                Original Description:
                ${pull_description}
    ```
    jschmid1 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ba84c7a View commit details
    Browse the repository at this point in the history
  2. docs: align pull_description placeholder text

    Aligns the new pull_description placeholder description with the
    description of the other placeholders.
    
    Also adds the body wording which is used by GitHub's API.
    korthout committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    258a18b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fedd9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #409 from jschmid1/feat/pull_description_body

    feat: add `pull_description` to placeholders
    korthout authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    8546a41 View commit details
    Browse the repository at this point in the history
  5. dist: release 2.4.0

    Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    79b9f24 View commit details
    Browse the repository at this point in the history
Loading