rest-for-physics / rest-for-physics/framework

Automatize submodule PR if framework name matches with submodules

Open
#250 7 comments 2 reactions 2 assignees View on GitHub

@juanangp is already working on this.

Since Jun 14, 2022.

  • #71 by @juanangp — open
  • #259 by @juanangp — open
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 framework should trigger any submodule PR with a matching branch name.
  • As soon as the PR is merged in framework the 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 framework branch should not be allowed.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.