Skip to content

Commit 3de37a7

Browse files
committed
CONT-1219 : Addressing PR comments
1 parent b43e85c commit 3de37a7

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
@@ -34,7 +34,7 @@ export async function run(): Promise<void> {
3434

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

0 commit comments

Comments
 (0)