kiegroup / kiegroup/github-action-build-chain
be able to exclude PR set list from build
- Dominant language
- TypeScript
- Stars
- 94
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Let's suppose we want to build either a branch or a PR set and we want to exclude a list of specific PR urls, like I want to build `main` branch for https://github.com/kiegroup/kie-wb-distributions but I want to exclude already merged PRs for it like
* https://github.com/kiegroup/kie-wb-distributions/pull/1169
* https://github.com/kiegroup/kie-wb-distributions/pull/1166
Things to consider:
* target branch from excluded PRs has to match either the branch to build or the target branch from PR url to build
* the PR url to exclude could be from specific project to build or could be from any project in the chain
* this functionality should be available just from CLI with a new argument like `excludedPRs` (or any better idea)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.