yrtimid/Codewatchers Commit Notifier

Prepares commit notifications by matching changed files with CODEOWNERS rules

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENThe GitHub token used to create an authenticated client. Must have Metadata and Contents read permissions.yes
sha_fromThe SHA of the most recent commit on ref before the push. (ex. github.event.before)yes
sha_toThe SHA of the most recent commit on ref after the push. (ex. github.event.after)yes
codewatchersLocation of the CODEWATCHERS fileno.github/CODEWATCHERS
codewatchers_refThe ref to use when loading the CODEWATCHERS file. (using github.ref by default)no
ignore_ownPrevents notifications for own commitsnotrue
aggregate_files_limitLimit of how much files details will be includedno20
aggregate_notifications_limitLimit after which many notifications will be replaced with a single aggregated summary message (for each distinct group of subscribers).no5
namedescription
notificationsArray of notification objects each one has two fields: "commit" (single commit details), "watchers" (array of subscribers)