Skip to content

Commit 58f1172

Browse files
committed
Meta: IPR: fix an exception commit sha
1 parent 560fabf commit 58f1172

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

scripts/check-form.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ if (!key) {
2020
const sheetData = `https://sheets.googleapis.com/v4/spreadsheets/${sheetID}/values/Sheet1!A2:A?key=${key}`;
2121

2222
const { values, positionals } = require('util').parseArgs({
23-
allowPositionals: true,
24-
strict: true,
23+
allowPositionals: true,
24+
strict: true,
2525
});
2626
if (positionals.length < 1 || positionals.length > 2) {
2727
throw 'usage: node check-form.js <slug> [ref]';
@@ -108,11 +108,11 @@ const legacyCommitsWithUnknownAuthors = new Set([
108108
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb', // https://github.com/tc39/ecma262/pull/3127, user account deactivated
109109
'aada40840dc152d4759b0e3353542e971db08ee7', // tutizaraz (signed) renamed their account to riwom -> dbarabashh
110110
'57f427b18bf7e629565ac2fcf2392ba7b7d0d8fb', // https://github.com/tc39/ecma262/pull/3377, bojavou has not signed the form
111-
'f55b180957aa626ef8f87311e2e3b469dff0bf17', // rbuckton, microsoft email detached
112-
'fc03120c4abd8883b424a3864040f9101c022c24', // rbuckton, microsoft email detached
113-
'0209d8571b41e1c7dd18befd2ba45312680d6fcd', // rbuckton, microsoft email detached
114-
'51e28c71cea1c73e3f22a007a058ebbf5ebc06aa', // rbuckton, microsoft email detached
115-
'aab1ea3bd4d03c85d6f4a91503b4169346ab727', // rbuckton, microsoft email detached
111+
'f55b180957aa626ef8f87311e2e3b469dff0bf17', // rbuckton, microsoft email detached
112+
'fc03120c4abd8883b424a3864040f9101c022c24', // rbuckton, microsoft email detached
113+
'0209d8571b41e1c7dd18befd2ba45312680d6fcd', // rbuckton, microsoft email detached
114+
'51e28c71cea1c73e3f22a007a058ebbf5ebc06aa', // rbuckton, microsoft email detached
115+
'aab1ea3bd4d03c85d6f4a91503b4169346ab7271', // rbuckton, microsoft email detached
116116

117117
]);
118118

0 commit comments

Comments
 (0)