Skip to content
Snippets Groups Projects
Commit 1f7b9f5e authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Only scan for GitLab’s external issue tracker format

parent f96aa492
Branches
No related tags found
No related merge requests found
Pipeline #1648 passed
......@@ -8,7 +8,7 @@ require 'sinatra/config_file'
config_file 'config.yml'
rx = /#{settings.issue_tag}[ -]?#(\d+)/
rx = /#{settings.issue_tag}-(\d+)/
rt = RT_Client.new(server: settings.rt[:server],
user: settings.rt[:user],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment