We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d695ca commit a752f71Copy full SHA for a752f71
src/main.ts
@@ -31,7 +31,7 @@ export async function run(): Promise<void> {
31
}
32
33
if (missingCommunityLabel) {
34
- core.setFailed('Community PR must have a label name community')
+ core.setFailed('Community PRs must be labelled')
35
return
36
37
0 commit comments