Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit d9aa18f

Browse files
feat: build for release
1 parent 4083885 commit d9aa18f

File tree

84 files changed

+42655
-44227
lines changed

Some content is hidden

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

84 files changed

+42655
-44227
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":"get-diff-action","sha":"8a9285074451c2a5b59ef8ef59a9c1ee90e6b8c3","ref":"refs/tags/v1.2.9","tagName":"v1.2.9","branch":"gh-actions","tags":["v1.2.9","v1.2","v1"],"updated_at":"2020-05-15T15:47:53.135Z"}
1+
{"owner":"technote-space","repo":"get-diff-action","sha":"36407470524731ce01f1a39229fab94c4aeec9c4","ref":"refs/tags/v1.2.10","tagName":"v1.2.10","branch":"gh-actions","tags":["v1.2.10","v1.2","v1"],"updated_at":"2020-05-19T01:48:12.440Z"}

lib/constant.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"use strict";
22
Object.defineProperty(exports, "__esModule", { value: true });
3+
exports.REMOTE_NAME = exports.TARGET_EVENTS = void 0;
34
exports.TARGET_EVENTS = {
45
'pull_request': [
56
'opened',

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 = exports.setResult = exports.dumpDiffs = void 0;
1213
const core_1 = require("@actions/core");
1314
const command_1 = require("./utils/command");
1415
exports.dumpDiffs = (diffs, logger) => {

lib/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
1212
return (mod && mod.__esModule) ? mod : { "default": mod };
1313
};
1414
Object.defineProperty(exports, "__esModule", { value: true });
15+
exports.sumResults = exports.getDiffFiles = exports.getGitDiff = exports.getFileDiff = void 0;
1516
const path_1 = __importDefault(require("path"));
1617
const core_1 = require("@actions/core");
1718
const github_action_helper_1 = require("@technote-space/github-action-helper");
@@ -77,7 +78,6 @@ exports.getGitDiff = (logger, context) => __awaiter(void 0, void 0, void 0, func
7778
yield helper.fetchOrigin(github_action_helper_1.Utils.getWorkspace(), context, [
7879
'--no-tags',
7980
'--no-recurse-submodules',
80-
'--depth=3',
8181
], github_action_helper_1.Utils.uniqueArray(refs).map(ref => github_action_helper_1.Utils.getRefspec(ref, constant_1.REMOTE_NAME)));
8282
return (yield github_action_helper_1.Utils.split((yield command.execAsync({
8383
command: 'git diff',

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.getDiffInfo = exports.getDiffInfoForPush = exports.isDefaultBranch = exports.getDiffInfoForPR = exports.escape = void 0;
1213
const github_action_helper_1 = require("@technote-space/github-action-helper");
1314
exports.escape = (items) => items.map(item => {
1415
// eslint-disable-next-line no-useless-escape

node_modules/.yarn-integrity

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

node_modules/@octokit/types/dist-node/index.js

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

node_modules/@octokit/types/dist-node/index.js.map

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

node_modules/@octokit/types/dist-src/AuthInterface.js

Whitespace-only changes.

node_modules/@octokit/types/dist-src/EndpointDefaults.js

Whitespace-only changes.

0 commit comments

Comments
 (0)