Skip to content

Commit 38b722f

Browse files
committed
Make labels an array
1 parent 97a1b89 commit 38b722f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/update-issues.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async function update() {
105105
const params = {
106106
owner: "web-platform-dx",
107107
repo: "developer-signals",
108-
labels: "feature"
108+
labels: ["feature"]
109109
};
110110

111111
// Iterate existing issues and create a map from web-features ID to
@@ -190,7 +190,6 @@ async function update() {
190190
...params,
191191
title,
192192
body,
193-
labels: ["feature"],
194193
});
195194
}
196195
}

0 commit comments

Comments
 (0)