Skip to content

Commit f859ff7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

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

3535
if (hasCommunityLabel) {
36-
core.setFailed('Community PR must have a label community, please add it!')
36+
core.setFailed('Community PR must have a label name community, please add it!')
3737
return
3838
}
3939

0 commit comments

Comments
 (0)