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

Throw if top-level repo name does not match PR base context #15

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 11, 2024

  1. Throw if top-level repo name does not match PR base context

    It is unclear from the docs whether the top level context.repo
    property will always reflect the target/base of a PR from a fork,
    or the forked repo.
    
    So to be safe until we can test all scenarios, throw an exception
    if the values do not match.
    
    Change-type: patch
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    820932c View commit details
    Browse the repository at this point in the history
  2. Add exceptions to linters for markdown and natural language

    Change-type: patch
    Signed-off-by: Kyle Harding <[email protected]>
    klutchell committed Oct 11, 2024
    1 Configuration menu
    Copy the full SHA
    11e4181 View commit details
    Browse the repository at this point in the history