Skip to content

Commit

Permalink
build gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Mar 10, 2022
1 parent 0f38b9a commit 0d423b7
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion .github/actions/awaitStagingDeploys/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/bumpVersion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ exports.generateAndroidVersionCode = function generateAndroidVersionCode(npmVers
);
};


/**
* Update the Android app versionName and versionCode.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/checkBundleVersionStringMatch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ exports.generateAndroidVersionCode = function generateAndroidVersionCode(npmVers
);
};


/**
* Update the Android app versionName and versionCode.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/checkDeployBlockers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/createOrUpdateStagingDeploy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/getPullRequestDetails/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/getReleaseBody/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/isPullRequestMergeable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/isStagingDeployLocked/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/markPullRequestsAsDeployed/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/reopenIssueWithComment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/triggerWorkflowAndWait/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down
1 change: 0 additions & 1 deletion .github/actions/verifySignedCommits/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class GithubUtils {
return this.octokitInternal;
}


/**
* Finds one open `StagingDeployCash` issue via GitHub octokit library.
*
Expand Down

0 comments on commit 0d423b7

Please sign in to comment.