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 8246a5f commit 2877eabCopy full SHA for 2877eab
1 file changed
src/run/yepcodeRun.ts
@@ -52,6 +52,7 @@ export class YepCodeRun {
52
53
const process = await this.yepCodeApi.createProcess({
54
name: processSlug,
55
+ tags: ["yc-run"],
56
script: {
57
programmingLanguage: language.toUpperCase(),
58
sourceCode: code,
0 commit comments