deliveroo/Merge PR to Branch

Handles merging PRs with 'stage' label to a target branch.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
target-branchThe target branch to merge PRs tostaging
repo-tokenThe access token used to access github api${{ github.token }}
lock-branch-nameBranch name to use as a semaphore to prevent parallel executionlock
lock-check-interval-msInterval to check for the semaphore in milliseconds30000
request-label-nameLabel which triggers a deployment to target-branchstage
deployed-label-nameLabel which indicates a PR was successfully merged to target-branchstaged
trigger-workflowsOptional newline-separated list of workflow filenames (e.g. ci-workflows.yml) to dispatch against target-branch after a successful merge. Workaround for GitHub not firing workflows from pushes made with GITHUB_TOKEN.""

no outputs