Show More
@@ -59,14 +59,14 b' examples = [' | |||||
59 |
|
59 | |||
60 | ( |
|
60 | ( | |
61 | 'Pivotal Tracker', |
|
61 | 'Pivotal Tracker', | |
62 | '(?:pivot-)(?<project_id>\d+)-(?<story>\d+)', |
|
62 | '(?:pivot-)(?P<project_id>\d+)-(?P<story>\d+)', | |
63 | 'https://www.pivotaltracker.com/s/projects/${project_id}/stories/${story}', |
|
63 | 'https://www.pivotaltracker.com/s/projects/${project_id}/stories/${story}', | |
64 | 'PIV-', |
|
64 | 'PIV-', | |
65 | ), |
|
65 | ), | |
66 |
|
66 | |||
67 | ( |
|
67 | ( | |
68 | 'Trello', |
|
68 | 'Trello', | |
69 | '(?:trello-)(?<card_id>[a-zA-Z0-9]+)', |
|
69 | '(?:trello-)(?P<card_id>[a-zA-Z0-9]+)', | |
70 | 'https://trello.com/example.com/${card_id}', |
|
70 | 'https://trello.com/example.com/${card_id}', | |
71 | 'TRELLO-', |
|
71 | 'TRELLO-', | |
72 | ), |
|
72 | ), |
General Comments 0
You need to be logged in to leave comments.
Login now