From 7d62c75dee54c62140dc9d97f75663c555e7acc6 Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Wed, 15 Jan 2025 12:09:02 -0800 Subject: [PATCH] rebuild GH actions again --- .github/actions/javascript/authorChecklist/index.js | 2 +- .github/actions/javascript/awaitStagingDeploys/index.js | 2 +- .github/actions/javascript/checkDeployBlockers/index.js | 2 +- .github/actions/javascript/createOrUpdateStagingDeploy/index.js | 2 +- .github/actions/javascript/getArtifactInfo/index.js | 2 +- .github/actions/javascript/getDeployPullRequestList/index.js | 2 +- .github/actions/javascript/getPullRequestDetails/index.js | 2 +- .github/actions/javascript/isStagingDeployLocked/index.js | 2 +- .github/actions/javascript/markPullRequestsAsDeployed/index.js | 2 +- .github/actions/javascript/postTestBuildComment/index.js | 2 +- .github/actions/javascript/proposalPoliceComment/index.js | 2 +- .github/actions/javascript/reopenIssueWithComment/index.js | 2 +- .github/actions/javascript/reviewerChecklist/index.js | 2 +- .github/actions/javascript/verifySignedCommits/index.js | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/actions/javascript/authorChecklist/index.js b/.github/actions/javascript/authorChecklist/index.js index 4b7fe9699c6d..845b53e74caf 100644 --- a/.github/actions/javascript/authorChecklist/index.js +++ b/.github/actions/javascript/authorChecklist/index.js @@ -17680,9 +17680,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/awaitStagingDeploys/index.js b/.github/actions/javascript/awaitStagingDeploys/index.js index 26c0919f18f7..e877b5fa0f24 100644 --- a/.github/actions/javascript/awaitStagingDeploys/index.js +++ b/.github/actions/javascript/awaitStagingDeploys/index.js @@ -12657,9 +12657,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/checkDeployBlockers/index.js b/.github/actions/javascript/checkDeployBlockers/index.js index a447ad97f600..f1c6f1c22d7d 100644 --- a/.github/actions/javascript/checkDeployBlockers/index.js +++ b/.github/actions/javascript/checkDeployBlockers/index.js @@ -11940,9 +11940,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/createOrUpdateStagingDeploy/index.js b/.github/actions/javascript/createOrUpdateStagingDeploy/index.js index 9bc6cb5d873f..7ce63fc6367b 100644 --- a/.github/actions/javascript/createOrUpdateStagingDeploy/index.js +++ b/.github/actions/javascript/createOrUpdateStagingDeploy/index.js @@ -12222,9 +12222,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/getArtifactInfo/index.js b/.github/actions/javascript/getArtifactInfo/index.js index 0bccbb762192..f09866bb4356 100644 --- a/.github/actions/javascript/getArtifactInfo/index.js +++ b/.github/actions/javascript/getArtifactInfo/index.js @@ -11901,9 +11901,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/getDeployPullRequestList/index.js b/.github/actions/javascript/getDeployPullRequestList/index.js index 3d21a501d6a1..fe2bef28dd88 100644 --- a/.github/actions/javascript/getDeployPullRequestList/index.js +++ b/.github/actions/javascript/getDeployPullRequestList/index.js @@ -12263,9 +12263,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/getPullRequestDetails/index.js b/.github/actions/javascript/getPullRequestDetails/index.js index 958c6615c2c5..fa7e7e00e137 100644 --- a/.github/actions/javascript/getPullRequestDetails/index.js +++ b/.github/actions/javascript/getPullRequestDetails/index.js @@ -12003,9 +12003,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/isStagingDeployLocked/index.js b/.github/actions/javascript/isStagingDeployLocked/index.js index 9b4d3a9e0a67..7813dda33ad7 100644 --- a/.github/actions/javascript/isStagingDeployLocked/index.js +++ b/.github/actions/javascript/isStagingDeployLocked/index.js @@ -11901,9 +11901,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/markPullRequestsAsDeployed/index.js b/.github/actions/javascript/markPullRequestsAsDeployed/index.js index 770d31e3f595..3921b3d33b24 100644 --- a/.github/actions/javascript/markPullRequestsAsDeployed/index.js +++ b/.github/actions/javascript/markPullRequestsAsDeployed/index.js @@ -13300,9 +13300,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/postTestBuildComment/index.js b/.github/actions/javascript/postTestBuildComment/index.js index 1ae4480d4d45..2a19afe5aadd 100644 --- a/.github/actions/javascript/postTestBuildComment/index.js +++ b/.github/actions/javascript/postTestBuildComment/index.js @@ -12007,9 +12007,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/proposalPoliceComment/index.js b/.github/actions/javascript/proposalPoliceComment/index.js index 56209cf4769d..2e2e2b46f35d 100644 --- a/.github/actions/javascript/proposalPoliceComment/index.js +++ b/.github/actions/javascript/proposalPoliceComment/index.js @@ -18484,9 +18484,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/reopenIssueWithComment/index.js b/.github/actions/javascript/reopenIssueWithComment/index.js index 865a1fb2922f..8c7aa27fad55 100644 --- a/.github/actions/javascript/reopenIssueWithComment/index.js +++ b/.github/actions/javascript/reopenIssueWithComment/index.js @@ -11911,9 +11911,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/reviewerChecklist/index.js b/.github/actions/javascript/reviewerChecklist/index.js index 403b3902eb60..a847be766f9b 100644 --- a/.github/actions/javascript/reviewerChecklist/index.js +++ b/.github/actions/javascript/reviewerChecklist/index.js @@ -12003,9 +12003,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER, diff --git a/.github/actions/javascript/verifySignedCommits/index.js b/.github/actions/javascript/verifySignedCommits/index.js index d5225e1d13af..f0c627baa434 100644 --- a/.github/actions/javascript/verifySignedCommits/index.js +++ b/.github/actions/javascript/verifySignedCommits/index.js @@ -11943,9 +11943,9 @@ class GithubUtils { /** * Get the most recent workflow run for the given New Expensify workflow. */ + /* eslint-disable rulesdir/no-default-id-values */ static getLatestWorkflowRunID(workflow) { 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_1.default.GITHUB_OWNER,