We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afecf72 commit 4dfcf98Copy full SHA for 4dfcf98
scripts/github-issue-link.js
@@ -19,7 +19,7 @@
19
20
module.exports = function(robot) {
21
const github = require('githubot')(robot)
22
- const issueRegex = /([A-z0-9\-\.]*)?#(\d+)/g
+ const issueRegex = /([/A-z0-9\-.]*)?#(\d+)/g
23
const ignoreUsers = 'github|hubot'
24
const apiUrl = 'https://api.github.com'
25
0 commit comments