Skip to content

Commit

Permalink
Improve GH issue regex
Browse files Browse the repository at this point in the history
  • Loading branch information
area committed Feb 22, 2023
1 parent f11f369 commit 9bd7e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/github-issue-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

module.exports = function(robot) {
const github = require('githubot')(robot)
const issueRegex = /([A-z0-9\-\.]*)?#(\d+)/g
const issueRegex = /([/A-z0-9\-.]*)?#(\d+)/g
const ignoreUsers = 'github|hubot'
const apiUrl = 'https://api.github.com'

Expand Down

0 comments on commit 9bd7e1a

Please sign in to comment.