nokamoto/Notify Merge Conflict
Github Action to notify merge conflict pulls
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | A string identifier of the owner to retrieve merge conflict pulls. | yes | — |
| repo | A string identifier of the repository to retrieve merge conflict pulls. | yes | — |
| token | A string token to authenticate to Github. | yes | — |
| body | A string body to create issue comments. | no | Merge Conflict found |
| dryrun | A boolean to indicate whether the action creates actual issue comments. | no | false |
| unknown-state-max-retries | A number of maximum retries to get a pull state. The `pulls.get` request retries when the response state is `unknown`. | no | 5 |
| ignore-label | A string label name to filter pulls containing the specified label. | no | — |
Outputs
no outputs