Skip to content

Commit

Permalink
Fix typo in handle-feature-requests.js (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored Jul 29, 2023
1 parent 9ef5fd1 commit e7d8fdf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/handle-feature-requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1411.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [j-f1]
---

Fix typo in `handle-feature-requests.js`

0 comments on commit e7d8fdf

Please sign in to comment.