actions-marketplace-validations/Monorepo merge
Finds, groups and merges PRs with specific label into a selected branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| target-label | Target label to fetch for PRs | yes | stage-ready |
| repo-token | Github token secret | yes | SECRETTOKEN |
| main-branch | The main branch of the repo | yes | master |
| integration-branch | The branch to merge the grouped branches | yes | staging |
| private-token | The token used to push to integration branch. | yes | — |
| trigger-comment | The comment that triggered the workflow. | yes | — |
Outputs
| name | description |
|---|---|
| temp-branch | Temp branch with all grouped PRs. |