Skip to content

Commit 2877eab

Browse files
committed
Add yc-run tag to process
1 parent 8246a5f commit 2877eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/run/yepcodeRun.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export class YepCodeRun {
5252

5353
const process = await this.yepCodeApi.createProcess({
5454
name: processSlug,
55+
tags: ["yc-run"],
5556
script: {
5657
programmingLanguage: language.toUpperCase(),
5758
sourceCode: code,

0 commit comments

Comments
 (0)