Fix typo in handle-feature-requests.js (#1411)

This commit is contained in:
Jed Fox
2023-07-28 17:00:27 -07:00
committed by GitHub
parent 9ef5fd12e0
commit e7d8fdf590
2 changed files with 7 additions and 1 deletions

View File

@@ -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(