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.
2 parents 46a89e5 + b80f988 commit 98fabc3Copy full SHA for 98fabc3
.github/actions/pr-labels/src/index.js
@@ -37,9 +37,7 @@ async function run() {
37
core.debug(`Found primary labels: ${primaryLabels.join(", ")}`);
38
if (primaryLabels.length !== 1) {
39
throw new Error(
40
- `Exactly one primary label must be set. Found: ${primaryLabels.join(
41
- ", "
42
- )}`
+ `Exactly one primary label must be set from [${PRIMARY_LABELS.join(", ")}]. Found: ${primaryLabels.join(", ")}`
43
);
44
}
45
0 commit comments