Skip to content

Commit

Permalink
change the repo for check-ts-suppressions check
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 3, 2024
1 parent bf0bf4c commit 860bbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/check-ts-suppressions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {Octokit} from '@octokit/rest';
import {execSync} from 'child_process';

const owner = 'mapbox';
const repo = 'mapbox-gl-js-internal';
const repo = 'mapbox-gl-js';
const branch = process.env['CIRCLE_BRANCH'] || execSync('git rev-parse --abbrev-ref HEAD').toString().trim();

async function getBannedTsComments() {
Expand Down

0 comments on commit 860bbd0

Please sign in to comment.