boldtrail/PR integration action
Automatically integrates approved Pull Requests into specified branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository name with owner. For example, my-org/repo-test | — | ${{ github.repository }} |
| github_token | Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}` | — | ${{ github.token }} |
| token_with_workflow_scope | Optional personal access github token with workflow scope. Allows to merge PRs containing changes in github workflow files | — | — |
| master_branch | Name of the master branch | — | master |
| integration_branch | Name of the branch where the integrated PRs will be merged. The branch will be reset to current master before integration | — | stage |
| approve_label | Label to check PRs to be integrated | — | Approved |
| integrated_label | Label used to mark Integrated PRs | — | Integrated |
Outputs
| name | description |
|---|---|
| haveUpdates | Indicates whether any new or updated PRs were integrated. Values 'yes', 'no' |