You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where ${ID} is the pull request ID. This will create a new local branch named pr/${ID}.
Instigate tests
We now switch to this branch and push it onto the remote GitLab repository.
git checkout pr/${ID}
git push gitlab
The tests for pr/${ID} will start automatically.
Setup to fetch all pull requests:
The repository can be configured so that git fetch will pull all GitHub PRs as branches.
To enable this, edit the config file under .git/ for MOM6. If you have a recursive clone it might be under .git/modules/src/MOM6/config:
You should see a block that looks like