We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0308be7 + ad7f26c commit 5d00f2eCopy full SHA for 5d00f2e
tools/agenda-generator/src/generator.rs
@@ -337,7 +337,9 @@ impl Generator {
337
for fcp in fcps {
338
let url = shorten(&format!(
339
"https://github.com/{}/issues/{}", //#issuecomment-{}",
340
- fcp.issue.repository, fcp.issue.number, // fcp.status_comment.id
+ fcp.issue.repository,
341
+ fcp.issue.number,
342
+ // fcp.status_comment.id
343
));
344
write!(
345
self.agenda,
0 commit comments