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