scriptly-pms/Label Conflicting Pull Requests

This action adds a given label to Pull Requests that have merge conflicts and removes a given label from these pull requests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoTokenToken for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}yes
dirtyLabelName of the label which indicates that the branch is dirtyyes
removeOnDirtyLabelName of the label which should be removed
retryAfterNumber of seconds after which the action runs again if the mergable state is unknown.
retryMaxNumber of times the action retries calculating the mergable state
continueOnMissingPermissionsBoolean. Whether to continue or fail when the provided token is missing permissions. By default pull requests from a fork do not have access to secrets and get a read only github token, resulting in a failure to update tags.
commentOnDirtyString. Comment to add when the pull request is conflicting. Supports markdown.
commentOnCleanString. Comment to add when the pull request is not conflicting anymore. Supports markdown.
namedescription
prDirtyStatusesObject-map. The keys are pull request numbers and their values whether a PR is dirty or not.