Skip to content

Commit

Permalink
rebuild GH actions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Jan 15, 2025
1 parent 6a152dc commit 7d62c75
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/actions/javascript/authorChecklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/awaitStagingDeploys/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/checkDeployBlockers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/getArtifactInfo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/getPullRequestDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/isStagingDeployLocked/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/postTestBuildComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/proposalPoliceComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/reopenIssueWithComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/reviewerChecklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/javascript/verifySignedCommits/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7d62c75

Please sign in to comment.