Skip to content

Commit

Permalink
Meta: more IPR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and kimjg1119 committed Nov 20, 2024
1 parent 15ef62f commit 15de762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const legacyCommitsWithUnknownAuthors = new Set([
'329069469609d8f05ad64c328e2295c171050ce4', // https://github.com/tc39/ecma262/pull/3249, commit email doesn't point to the github user
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb', // https://github.com/tc39/ecma262/pull/3127, user account deactivated
'aada40840dc152d4759b0e3353542e971db08ee7', // tutizaraz (signed) renamed their account to riwom -> dbarabashh
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb', // https://github.com/tc39/ecma262/pull/3377, bojavou has not signed the form
]);

function getAuthorFromCommit(commitObj) {
Expand Down

0 comments on commit 15de762

Please sign in to comment.