@@ -2037,7 +2037,7 @@ test("Close open issues when a release is successful", async (t) => {
2037
2037
t . true ( fetch . done ( ) ) ;
2038
2038
} ) ;
2039
2039
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 ) => {
2041
2041
const owner = "test_user" ;
2042
2042
const repo = "test_repo" ;
2043
2043
const env = { GITHUB_TOKEN : "github_token" } ;
@@ -2123,7 +2123,7 @@ test('Add comment on issues/PR and skip label if "successComment" is unset / "re
2123
2123
t . true ( fetch . done ( ) ) ;
2124
2124
} ) ;
2125
2125
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 ) => {
2127
2127
const owner = "test_user" ;
2128
2128
const repo = "test_repo" ;
2129
2129
const env = { GITHUB_TOKEN : "github_token" } ;
@@ -2204,7 +2204,7 @@ test('Skip comment on issues/PR and add label if "successComment" is "false" / "
2204
2204
t . true ( fetch . done ( ) ) ;
2205
2205
} ) ;
2206
2206
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 ) => {
2208
2208
const owner = "test_user" ;
2209
2209
const repo = "test_repo" ;
2210
2210
const env = { GITHUB_TOKEN : "github_token" } ;
0 commit comments