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 c2840bd commit f859ff7Copy full SHA for f859ff7
src/main.ts
@@ -33,7 +33,7 @@ export async function run(): Promise<void> {
33
}
34
35
if (hasCommunityLabel) {
36
- core.setFailed('Community PR must have a label community, please add it!')
+ core.setFailed('Community PR must have a label name community, please add it!')
37
return
38
39
0 commit comments