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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore-draft | A boolean value that determines whether Review Notifier should ignore draft pull requests | yes | false |
| aws-region | The region where the AWS S3 bucket is located | yes | — |
| aws-s3-bucket | The name of the AWS S3 bucket where mapped user data is located | yes | — |
| aws-s3-object-key | The key of the AWS S3 object | yes | — |
| slack-bot-token | The authentication token for the Slack bot that Review Notifier will use to send notifications. | yes | — |
| slack-channel-id | The ID of the Slack channel where Review Notifier will send notifications. | yes | — |
| github-token | The authentication token for the GitHub repository that Review Notifier will monitor. | yes | — |
| extract-body-summary | An optional input that specifies if should extract the summary of a markdown string. Will extract everything until the first heading. | no | false |
| ignore-labels | A comma-separated list of PR labels that Review Notifier should ignore | no | — |
Outputs
no outputs