aworganisation/Auto-Merge AW Test

Automatically merge pull requests once they are approved and required status checks are passing.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokenA GitHub Token other than the default `GITHUB_TOKEN` needs to be specified in order to be able to trigger other workflows. yes${{ github.token }}
merge-methodSpecify which merge method to use. By default, will select the first one available in this order: `merge`, `squash`, `rebase` no
squash-title(deprecated) Use the pull request title as the commit message when squashing. Prefer setting squash-commit-title and squash-commit-message. nofalse
squash-commit-titleSet the squash commit title to the supplied string. Available template variables include ${pull_request.title} and ${pull_request.number}. no
squash-commit-messageSet the squash commit body to the supplied string. Available template variables include ${pull_request.body}. no
do-not-merge-labelsWhen any of the labels in this comma-separated list is applied to a pull request, it will not be merged automatically. no
required-labelsComma-separated list of labels that are required to be applied to a pull request for it to be merged automatically. no
pull-requestTry merging the specified pull request automatically. For example, you can pass an input from a `workflow_dispatch` event. no
pull-request-author-associationsComma-separated list of required author associations for the pull request author. (By default, pull requests by any author are allowed.) no
dry-runIf set to `true`, will not actually merge pull requests but still perform all other checks. yesfalse

no outputs