sonnyrr/Branch out-of-sync notifier
Comments on a given PR if the base branch is out of sync with the target one.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | The base git reference, used for comparison. | yes | ${{ github.event.pull_request.base.ref }} |
| head-ref | The head git reference, used for comparison. | yes | ${{ github.event.pull_request.head.ref }} |
| request-owner | The owner of the pull request | yes | ${{ github.event.pull_request.user.login }} |
| request-number | — | yes | ${{ github.event.pull_request.number }} |
| no-sync-label | The label value, used for tagging PRs that shouldn't be checked | no | no-branch-sync |
Outputs
no outputs