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

Introduce new API offering the ability to fetch reviewers who approved PRs #728

Merged
merged 8 commits into from
Apr 15, 2022

Commits on Apr 8, 2022

  1. - introduce new flag to include open PRs into the changelog

      - only fetch open with this flag
    - expand pull request spec with
      - status, created at timestamp
    - expand definition for placeholder patterns in the changelog
    mikepenz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    85af6a8 View commit details
    Browse the repository at this point in the history
  2. - expand log messages

    - introduce test case to verify the inclusion of the open PR as part of the standard PR set
    mikepenz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    6211ea4 View commit details
    Browse the repository at this point in the history
  3. - expand custom assignment and add testcase to verify ability to cons…

    …truct custom categories involving states of PRs
    mikepenz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    f60b8b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bddcf0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    485266b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df9a355 View commit details
    Browse the repository at this point in the history
  7. - introduce new flag allowing to fetch reviewers who approved PRs

      - add new testcase which verifies approvers being included
      - adjust config for some test cases to verify reviewers not being pulled if disabled
    mikepenz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1e867df View commit details
    Browse the repository at this point in the history
  8. - expand README with new configuration options

    - expand action.yml with new input param
    mikepenz committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    d0b0f4a View commit details
    Browse the repository at this point in the history