Skip to content

Commit

Permalink
fix: Missing string interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Jan 26, 2024
1 parent bb323ae commit 4ba7086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/enforce-linking-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
script: |
const login = "${{ github.event.pull_request.user.login }}";
const syntaxUrl = "https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue";
const message = `@${login} Please consider linking this pull request to an issue using \`Closes #ISSUE-NUMBER\` [syntax](syntaxUrl), \
const message = `@${login} Please consider linking this pull request to an issue using \`Closes #ISSUE-NUMBER\` [syntax](${syntaxUrl}), \
especially if this pull request contains a bugfix, an enchancement or a new feature.`;
github.rest.issues.createComment({
Expand Down

0 comments on commit 4ba7086

Please sign in to comment.