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: github/cleanowners
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: github/cleanowners
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 11 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 13, 2024

  1. fix: handle if ORGANIZATION not provided

    Fixes #27
    
    Use each repo's org from REPOSITORY list if ORGANIZTION not provided
    
    This makes sense because the repositories in REPOSITORY could have
    different organizations
    
    - [x] utilize repo's owner/org  when ORGANIZTION not provided
    - [x] show the prefixed org is set when parsing REPOSITORY env var
    - [ ] additional testing
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e4c0c06 View commit details
    Browse the repository at this point in the history
  2. fix: linting

    `black` linting
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bc0ca94 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: check if the org prefix is an org

    when the user provides the org in the org/repo comman
    delimited list of REPOSITORY env var, we still need
    to validate that the org is an org and not a user
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0c0bec4 View commit details
    Browse the repository at this point in the history
  2. fix: linting (with black)

    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b828eee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4ee8b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. fix: exit if org invalid and no repository list

    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    15486b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad375b8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #34 from github/zkoppert-patch-1

    Use keep label to exempt issues as needed
    zkoppert authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7fc8f14 View commit details
    Browse the repository at this point in the history
  4. fix: handle invalid organization

    - [x] check if org valid and if REPOSITORY set instead
    - [x] update `make lint` to include black
      - [x] add black to requirements-test.txt
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    fd73d3e View commit details
    Browse the repository at this point in the history
  5. fix: linting isort

    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ed7822d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from jmeridth/jm-handle-organization-env-var-r…

    …equirement
    
    fix: handle if ORGANIZATION not provided
    zkoppert authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    211ccef View commit details
    Browse the repository at this point in the history
Loading