Skip to content

Commit 9d24b6e

Browse files
committed
CONT-1219 : adding cmmunity pr label check
1 parent f859ff7 commit 9d24b6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ export async function run(): Promise<void> {
3333
}
3434

3535
if (hasCommunityLabel) {
36-
core.setFailed('Community PR must have a label name community, please add it!')
36+
core.setFailed(
37+
'Community PR must have a label name community, please add it!'
38+
)
3739
return
3840
}
3941

0 commit comments

Comments
 (0)