Skip to content

Releases: dmikov/github-action-codeowners-last

Verified working on PRs

25 Dec 17:35
d72461c
Compare
Choose a tag to compare

Fixed not being able to get an author on PR
Extended README to explain dealing with same changes going through PR and PUSH and how to avoid duplication.

Initial release with approved plugin format.

22 Dec 13:10
Compare
Choose a tag to compare

Tested and working on PUSH. Adds commit author to the specified CODEOWNERS file.

The committing back is still a responsibility of workflow. See README for an example.

WARNING: does not validate the file, so there is a possibility if you had generic entries like / before in the file, that you will have double resolved paths. Which is for now intentional, until more research into the impact is done.