Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request author placeholder #84

Merged
merged 6 commits into from
Jul 4, 2021
Merged

Pull request author placeholder #84

merged 6 commits into from
Jul 4, 2021

Commits on Jul 3, 2021

  1. refactor(backport): move compose body to utils

    This makes it easier to test the placeholder replacements
    korthout committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    8daf0c6 View commit details
    Browse the repository at this point in the history
  2. test(utils): avoid compose body regressions

    Adds tests for templates containing none or any of the available
    placeholders and verifies that they are correctly used to replace values
    in the way it works currently.
    
    Note, that currently it fails to replace multiple of the same
    placeholders.
    korthout committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    edad7bc View commit details
    Browse the repository at this point in the history
  3. docs(README): add pull_author placeholder

    A pull author refers to the username, not the handle of the author. So
    it does not contain the `@` character. We can always add this later. For
    reference, that could like this:
    
    ```
    `pull_author_handle` | The handle of the original pull request's author,
    e.g. `@korthout`
    ```
    korthout committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    6297ea4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8aa8dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18f4019 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2021

  1. dist: build new version

    korthout committed Jul 4, 2021
    Configuration menu
    Copy the full SHA
    68ea0fd View commit details
    Browse the repository at this point in the history