Description of problem: if anything appears as a #<num> it becomes a github issue link in gerrit web UI (example: https://review.gluster.org/#/c/17319/2) Can this be corrected to use the same regex (if it is regex based i.e) that we use in rfc.sh or in https://github.com/gluster/glusterfs-patch-acceptance-tests/commit/955158e92f3664da6e3307f0096d67add5620c7c as appropriate. Usage of #<num> to refer to comment # or bug # or such artifacts are common in commits, hence improving the parser would certainly help in this regard.
This should now be fixed. See: https://review.gluster.org/#/c/17180/
Checked the provided test commit and some other commits, looks good. Marking VERIFIED