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 b9c89c1 commit 563a655Copy full SHA for 563a655
src/main.ts
@@ -27,7 +27,7 @@ export async function run(): Promise<void> {
27
(await client.checkOrgMembership(orgs)) ||
28
client.isExcludedLogin(loginsToIgnore)
29
) {
30
- if (failIfMember && !labels) {
+ if (failIfMember === 'true' && !labels) {
31
core.setFailed('The PR does not have a label, please add one!')
32
} else {
33
core.info("Looks like this issue doesn't need labeling! 👍")
0 commit comments