fishbrain/Outstanding Pull Requests
Send a Slack message when two branches of a repository diverge by a certain number of commits.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repository | yes | — |
| repository | The name of the repository | yes | — |
| slackToken | A token for a Slack web client | yes | — |
| slackChannel | The name of the slack channel (starting with #) to post to | yes | — |
| basehead | The base and head branches to measure against, in the format "BASE...HEAD". Defaults to "main...develop". | no | main...develop |
| commitThreshold | The difference in commits needed before sending a message in Slack. Defaults to 5. | no | 5 |
Outputs
no outputs