Skip to content

Commit

Permalink
disable eslint which shouldn't apply to Github workflow automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Jan 15, 2025
1 parent 6b603e4 commit f4393f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/libs/GithubUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ class GithubUtils {
*/
static getLatestWorkflowRunID(workflow: string | number): Promise<number> {
console.log(`Fetching New Expensify workflow runs for ${workflow}...`);
// eslint-disable-next-line rulesdir/no-default-id-values
return this.octokit.actions
.listWorkflowRuns({
owner: CONST.GITHUB_OWNER,
Expand Down

0 comments on commit f4393f7

Please sign in to comment.