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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
base-refThe base git reference, used for comparison.yes${{ github.event.pull_request.base.ref }}
head-refThe head git reference, used for comparison.yes${{ github.event.pull_request.head.ref }}
request-ownerThe owner of the pull requestyes${{ github.event.pull_request.user.login }}
request-numberyes${{ github.event.pull_request.number }}
no-sync-labelThe label value, used for tagging PRs that shouldn't be checkednono-branch-sync

no outputs