We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a2a54 commit 601efb0Copy full SHA for 601efb0
1 file changed
src/github/utils.ts
@@ -1547,7 +1547,7 @@ export async function variableSubstitution(
1547
1548
// not a variable, but still a substitution that needs to be done
1549
const withCopilot = withVariables.replace(COPILOT_PATTERN, () => {
1550
- return `:copilot-swe-agent[bot]`;
+ return `:copilot-swe-agent[bot] `;
1551
});
1552
return withCopilot;
1553
}
0 commit comments