RFR: 263: Add target repo and branch to subject of RFR email

Robin Westberg rwestberg at openjdk.java.net
Wed Feb 12 16:22:18 UTC 2020


On Wed, 12 Feb 2020 16:11:39 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:

>> Looks good, nice feature!
> 
> Will this exclude the master branch? What I want is the branch name to be displayed only if it is other than master.

Yes, it is configured with a regular expression regarding which branch names to show. In your case, we can set it to something like `jfx.*` or even `^(?!.*master).*$`.

-------------

PR: https://git.openjdk.java.net/skara/pull/431


More information about the skara-dev mailing list