Skip to content

Commit a752f71

Browse files
committed
CONT-1219 : Addressing PR comments
1 parent 1d695ca commit a752f71

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
@@ -31,7 +31,7 @@ export async function run(): Promise<void> {
3131
}
3232

3333
if (missingCommunityLabel) {
34-
core.setFailed('Community PR must have a label name community')
34+
core.setFailed('Community PRs must be labelled')
3535
return
3636
}
3737

0 commit comments

Comments
 (0)