Skip to content

Commit 7034aca

Browse files
committed
Fix repo name in comment
1 parent 7a88786 commit 7034aca

6 files changed

Lines changed: 71 additions & 133 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 62 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@
3838
"@actions/github": "^6.0.0",
3939
"@octokit/rest": "^21.0.2",
4040
"ts-dedent": "^2.2.0",
41-
"yaml": "^2.5.1"
41+
"yaml": "^2.6.0"
4242
},
4343
"devDependencies": {
4444
"@github/local-action": "^2.1.3",
4545
"@octokit/types": "^13.6.1",
4646
"@octokit/webhooks-types": "^7.6.1",
47-
"@rollup/plugin-commonjs": "^28.0.0",
47+
"@rollup/plugin-commonjs": "^28.0.1",
4848
"@rollup/plugin-json": "^6.1.0",
4949
"@rollup/plugin-node-resolve": "^15.3.0",
50-
"@rollup/plugin-typescript": "^12.1.0",
50+
"@rollup/plugin-typescript": "^12.1.1",
5151
"@types/jest": "^29.5.13",
52-
"@types/node": "^22.7.5",
53-
"@typescript-eslint/eslint-plugin": "^8.8.1",
54-
"@typescript-eslint/parser": "^8.8.1",
52+
"@types/node": "^22.7.6",
53+
"@typescript-eslint/eslint-plugin": "^8.10.0",
54+
"@typescript-eslint/parser": "^8.10.0",
5555
"eslint": "^8.57.1",
5656
"eslint-import-resolver-typescript": "^3.6.3",
5757
"eslint-plugin-github": "^5.0.2",

src/github/issues.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export function generateMessage(request: ClassRequest): string {
289289
${request.attendees
290290
.map(
291291
(attendee) =>
292-
`| ${attendee.handle} | [\`${Common.OWNER}/${attendee.handle}\`](https://github.com/${Common.OWNER}/${attendee.handle}) |`
292+
`| ${attendee.handle} | [\`${Common.OWNER}/${repos.generateRepoName(request, attendee)}\`](https://github.com/${Common.OWNER}/${attendee.handle}) |`
293293
)
294294
.join('\n')}
295295

0 commit comments

Comments
 (0)