mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-14 22:11:47 +01:00
a14884fbb0
This implements similar behavior to sytest where a matching branch is used, if one exists. This is useful when needing to modify both application code and tests at the same time. The following rules are used to find a matching complement branch: 1. Search for the branch name of the pull request. (E.g. feature/foo.) 2. Search for the base branch of the pull request. (E.g. develop or release-vX.Y.) 3. Search for the reference branch of the commit. (E.g. master or release-vX.Y.) 4. Fallback to 'master', the default complement branch name. |
||
---|---|---|
.. | ||
.gitignore | ||
6739.feature | ||
9359.feature | ||
10080.misc | ||
10122.doc | ||
10143.misc | ||
10144.misc | ||
10148.misc | ||
10149.bugfix | ||
10154.bugfix | ||
10155.misc | ||
10156.misc | ||
10160.misc | ||
10163.bugfix |