boldtrail/PR integration action

Automatically integrates approved Pull Requests into specified branch

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryRepository name with owner. For example, my-org/repo-test${{ github.repository }}
github_tokenToken for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`${{ github.token }}
token_with_workflow_scopeOptional personal access github token with workflow scope. Allows to merge PRs containing changes in github workflow files
master_branchName of the master branchmaster
integration_branchName of the branch where the integrated PRs will be merged. The branch will be reset to current master before integrationstage
approve_labelLabel to check PRs to be integratedApproved
integrated_labelLabel used to mark Integrated PRsIntegrated
namedescription
haveUpdatesIndicates whether any new or updated PRs were integrated. Values 'yes', 'no'