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 6eb95a8 commit 80440a7Copy full SHA for 80440a7
actions/sequester/ImportIssues/Program.cs
@@ -60,7 +60,7 @@ private static async Task<int> Main(
60
$"Unable to load Quest import configuration options.");
61
}
62
63
- using QuestGitHubService serviceWorker = await CreateService(importOptions, false); // !singleIssue);
+ using QuestGitHubService serviceWorker = await CreateService(importOptions, !singleIssue);
64
65
if (singleIssue)
66
{
0 commit comments