Skip to content

Commit

Permalink
Meta: add an IPR exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 30, 2024
1 parent 3290694 commit 448d3cd
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 @@ -98,6 +98,7 @@ const legacyCommitsWithUnknownAuthors = new Set([
'cc46cc38b9374d13f958cc6992daaec73d5fbecd',
'f424bf075fe582ed8acc36e8a420ee713a21561a', // https://github.com/tc39/ecma262/pull/3142
'bea8d0d682fcf2be2a29564bd2ae66ab9dcce21c', // https://github.com/tc39/ecma262/pull/612, user deleted their github
'329069469609d8f05ad64c328e2295c171050ce4', // https://github.com/tc39/ecma262/pull/3249, commit email doesn't point to the github user
]);

function getAuthorFromCommit(commitObj) {
Expand Down

0 comments on commit 448d3cd

Please sign in to comment.