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.
1 parent 0308be7 commit ad7f26cCopy full SHA for ad7f26c
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