Skip to content

Commit b8c3442

Browse files
chore: fix typo, it's releaseDlabels, not releaseLabels
1 parent e957d55 commit b8c3442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/success.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,7 @@ test("Close open issues when a release is successful", async (t) => {
20372037
t.true(fetch.done());
20382038
});
20392039

2040-
test('Add comment on issues/PR and skip label if "successComment" is unset / "releaseLabels" is "false"', async (t) => {
2040+
test('Add comment on issues/PR and skip label if "successComment" is unset / "releasedLabels" is "false"', async (t) => {
20412041
const owner = "test_user";
20422042
const repo = "test_repo";
20432043
const env = { GITHUB_TOKEN: "github_token" };
@@ -2123,7 +2123,7 @@ test('Add comment on issues/PR and skip label if "successComment" is unset / "re
21232123
t.true(fetch.done());
21242124
});
21252125

2126-
test('Skip comment on issues/PR and add label if "successComment" is "false" / "releaseLabels" is unset', async (t) => {
2126+
test('Skip comment on issues/PR and add label if "successComment" is "false" / "releasedLabels" is unset', async (t) => {
21272127
const owner = "test_user";
21282128
const repo = "test_repo";
21292129
const env = { GITHUB_TOKEN: "github_token" };
@@ -2204,7 +2204,7 @@ test('Skip comment on issues/PR and add label if "successComment" is "false" / "
22042204
t.true(fetch.done());
22052205
});
22062206

2207-
test('Skip comment on issues/PR and skip label if "successComment" is "false" / "releaseLabels" is "false"', async (t) => {
2207+
test('Skip comment on issues/PR and skip label if "successComment" is "false" / "releasedLabels" is "false"', async (t) => {
22082208
const owner = "test_user";
22092209
const repo = "test_repo";
22102210
const env = { GITHUB_TOKEN: "github_token" };

0 commit comments

Comments
 (0)