github / cleanowners

A GitHub Action to suggest removal of non-organization members from CODEOWNERS files
MIT License
113 stars 8 forks source link

fix: handle if ORGANIZATION not provided #32

Closed jmeridth closed 7 months ago

jmeridth commented 7 months ago

Fixes #27

Pull Request

Proposed Changes

Use each repo's org from REPOSITORY list if ORGANIZTION not provided

This makes sense because the repositories in REPOSITORY could have different organizations

We might want additional testing, up to @zkoppert.

Readiness Checklist

Author/Contributor

Reviewer

jmeridth commented 7 months ago

image