Skip to content

Commit

Permalink
Add feature to freeze commit tag
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Mar 3, 2024
1 parent 6d86a32 commit 2ff323b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ async function checkEngine(engineName, issuesFound) {
return;
}

if(envData.COMMIT_TAG_FREEZE) {
return;
}

const {gitOrg, gitRepo} = await getGithubOrgRepo(engineFolderPath);

const octokit = new Octokit({
Expand Down

0 comments on commit 2ff323b

Please sign in to comment.