rest-for-physics / rest-for-physics/framework
Automatize submodule PR if framework name matches with submodules
Open
@juanangp is already working on this.
Since Jun 14, 2022.
- Dominant language
- C++
- Stars
- 19
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Recently we faced some issues when a submodule PR is merged while the required PR in framework is not merged. This issue can be addressed by automatizing the PR in framework when a branch of the same name is present in any submodule. This in principle can be done with a dependantbot https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions. We need the following requirements:
- A PR in
frameworkshould trigger any submodule PR with a matching branch name. - As soon as the PR is merged in
frameworkthe different submodule PR should be also merged. - A stand-alone development in any submodule should not trigger any action in
framework - A PR inside a submodule which matches any
frameworkbranch should not be allowed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.