We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83a91e commit a76413fCopy full SHA for a76413f
1 file changed
.github/workflows/label-issue.yml
@@ -12,7 +12,7 @@ jobs:
12
github-token: ${{ secrets.GITHUB_TOKEN }}
13
script: |
14
const issue = context.payload.issue;
15
- const roadmapUrl = issue.body.match(/https?:\/\/roadmap.sh/[^ ]+/);
+ const roadmapUrl = issue.body.match(/https?:\/\/roadmap.sh\/[^ ]+/);
16
17
// if the issue is labeled as a topic-change, add the roadmap slug as a label
18
if (issue.labels.some(label => label.name === 'topic-change')) {
0 commit comments