sebastiancretu/Review Notifier

Description: Review Notifier is a tool that monitors pull requests in a specified GitHub repository and sends notifications to a designated Slack channel when new pull requests are created or existing ones are updated. Review Notifier can be customized to ignore draft pull requests and specific labels. The Slack notifications include a summary of the pull request changes and a link to the pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
ignore-draftA boolean value that determines whether Review Notifier should ignore draft pull requestsyesfalse
aws-regionThe region where the AWS S3 bucket is locatedyes
aws-s3-bucketThe name of the AWS S3 bucket where mapped user data is locatedyes
aws-s3-object-keyThe key of the AWS S3 objectyes
slack-bot-tokenThe authentication token for the Slack bot that Review Notifier will use to send notifications.yes
slack-channel-idThe ID of the Slack channel where Review Notifier will send notifications.yes
github-tokenThe authentication token for the GitHub repository that Review Notifier will monitor.yes
extract-body-summaryAn optional input that specifies if should extract the summary of a markdown string. Will extract everything until the first heading.nofalse
ignore-labelsA comma-separated list of PR labels that Review Notifier should ignoreno

no outputs