Skip to content

Commit a76413f

Browse files
committed
Fix broken build
1 parent c83a91e commit a76413f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/label-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
github-token: ${{ secrets.GITHUB_TOKEN }}
1313
script: |
1414
const issue = context.payload.issue;
15-
const roadmapUrl = issue.body.match(/https?:\/\/roadmap.sh/[^ ]+/);
15+
const roadmapUrl = issue.body.match(/https?:\/\/roadmap.sh\/[^ ]+/);
1616
1717
// if the issue is labeled as a topic-change, add the roadmap slug as a label
1818
if (issue.labels.some(label => label.name === 'topic-change')) {

0 commit comments

Comments
 (0)