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 fdedf3c commit b2b045fCopy full SHA for b2b045f
pkgs/sdk_triage_bot/lib/triage.dart
@@ -27,7 +27,7 @@ Future<void> triage(
27
28
// retrieve the issue
29
final issue = await githubService.fetchIssue(sdkSlug, issueNumber);
30
- logger.log('## issue "${issue.htmlUrl}"');
+ logger.log('## issue ${issue.htmlUrl}');
31
logger.log('');
32
final labels = issue.labels.map((l) => l.name).toList();
33
if (labels.isNotEmpty) {
0 commit comments