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