Skip to content
This repository was archived by the owner on May 15, 2021. It is now read-only.

Commit 2023297

Browse files
feat: build for release
1 parent 5e158c2 commit 2023297

File tree

186 files changed

+42927
-44461
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+42927
-44461
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"b8f641a2b10dfb2a43d9e98af788aa3b9680e5cb","ref":"refs/tags/v1.2.5","tagName":"v1.2.5","branch":"gh-actions","tags":["v1.2.5","v1.2","v1"],"updated_at":"2020-05-06T09:44:17.749Z"}
1+
{"owner":"technote-space","repo":"auto-cancel-redundant-job","sha":"e1e62ef7465f832822ef0694546654080d934044","ref":"refs/tags/test/v1.2.6.107164251","tagName":"test/v1.2.6.107164251","branch":"gh-actions","tags":["test/v1.2.6.107164251","test/v1.2.6","test/v1.2","test/v1"],"updated_at":"2020-05-17T09:05:58.367Z"}

lib/process.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.execute = void 0;
1213
const misc_1 = require("./utils/misc");
1314
const workflow_1 = require("./utils/workflow");
1415
exports.execute = (logger, octokit, context) => __awaiter(void 0, void 0, void 0, function* () {

lib/utils/misc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.getTargetBranch = exports.getRunId = exports.isNotExcludeRun = exports.isExcludeContext = void 0;
1213
const core_1 = require("@actions/core");
1314
const github_action_helper_1 = require("@technote-space/github-action-helper");
1415
const getMergeMessagePrefix = () => github_action_helper_1.Utils.getPrefixRegExp(core_1.getInput('MERGE_MESSAGE_PREFIX'));

lib/utils/workflow.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
99
});
1010
};
1111
Object.defineProperty(exports, "__esModule", { value: true });
12+
exports.cancelWorkflowRun = exports.getWorkflowRuns = exports.getWorkflowId = void 0;
1213
const misc_1 = require("./misc");
1314
exports.getWorkflowId = (octokit, context) => __awaiter(void 0, void 0, void 0, function* () {
1415
const run = yield octokit.actions.getWorkflowRun({

node_modules/.bin/semver

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.bin/which

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/.yarn-integrity

Lines changed: 160 additions & 148 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/github/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/github/lib/github.d.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/github/lib/github.js

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)