mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
Fix typo in handle-feature-requests.js (#1411)
This commit is contained in:
2
.github/actions/handle-feature-requests.js
vendored
2
.github/actions/handle-feature-requests.js
vendored
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user