From e7d8fdf5904685aad9a46b0dd5dc564236e54014 Mon Sep 17 00:00:00 2001 From: Jed Fox Date: Fri, 28 Jul 2023 17:00:27 -0700 Subject: [PATCH] Fix typo in handle-feature-requests.js (#1411) --- .github/actions/handle-feature-requests.js | 2 +- upcoming-release-notes/1411.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 upcoming-release-notes/1411.md diff --git a/.github/actions/handle-feature-requests.js b/.github/actions/handle-feature-requests.js index 4c7b291972..ddb0bab5fc 100644 --- a/.github/actions/handle-feature-requests.js +++ b/.github/actions/handle-feature-requests.js @@ -76,7 +76,7 @@ async function main() { label => label.name === 'help wanted' || label.name === 'needs votes' || - lahel.name === 'good first issue', + label.name === 'good first issue', ) .map(label => label.id); const res = await makeAPIRequest( diff --git a/upcoming-release-notes/1411.md b/upcoming-release-notes/1411.md new file mode 100644 index 0000000000..6f97a8ac40 --- /dev/null +++ b/upcoming-release-notes/1411.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [j-f1] +--- + +Fix typo in `handle-feature-requests.js`