You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Vladimir Sitnikov <si...@gmail.com> on 2019/01/09 10:04:29 UTC

Re: Move Bugzilla to JIRA ?

Gavin> The ASF supports writable Github (mirrored back to our own
gitbox.a.o).
Gavin> Github Issues is also supported, and all Issues are sent to a
mailing list of your choice.

Just my 2c: Apache Calcite has recently moved to gitbox.a.o, and it indeed
provides write grants to GitHub.

This enables:
1) Labelling PRs
2) Push grants to "forked" repositories to update PRs.  In other words,
committer can push to the forked branch, so the PR gets updated (e.g. see
how I push to zuozhiw/calcite repository in
https://github.com/apache/calcite/pull/784 )

Vladimir