mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-14 08:33:07 +08:00
Compare commits
3 Commits
213a376142
...
fdc822323e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fdc822323e | ||
|
|
2799547b71 | ||
|
|
f9146533dc |
2
.github/workflows/__shared-ci.yml
vendored
2
.github/workflows/__shared-ci.yml
vendored
@ -12,7 +12,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linter:
|
linter:
|
||||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0
|
||||||
with:
|
with:
|
||||||
linter-env: |
|
linter-env: |
|
||||||
FILTER_REGEX_EXCLUDE=dist/**/*
|
FILTER_REGEX_EXCLUDE=dist/**/*
|
||||||
|
|||||||
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -13,4 +13,4 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
greetings:
|
greetings:
|
||||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.1
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.17.0
|
||||||
|
|||||||
2
.github/workflows/main-ci.yml
vendored
2
.github/workflows/main-ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
app-id: ${{ vars.CI_BOT_APP_ID }}
|
app-id: ${{ vars.CI_BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.16.1
|
- uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.17.0
|
||||||
with:
|
with:
|
||||||
github-token: ${{ steps.generate-token.outputs.token }}
|
github-token: ${{ steps.generate-token.outputs.token }}
|
||||||
branch: docs/actions-workflows-documentation-update
|
branch: docs/actions-workflows-documentation-update
|
||||||
|
|||||||
2
.github/workflows/need-fix-to-issue.yml
vendored
2
.github/workflows/need-fix-to-issue.yml
vendored
@ -21,7 +21,7 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0
|
||||||
with:
|
with:
|
||||||
manual-commit-ref: ${{ inputs.manual-commit-ref }}
|
manual-commit-ref: ${{ inputs.manual-commit-ref }}
|
||||||
manual-base-ref: ${{ inputs.manual-base-ref }}
|
manual-base-ref: ${{ inputs.manual-base-ref }}
|
||||||
|
|||||||
2
.github/workflows/semantic-pull-request.yml
vendored
2
.github/workflows/semantic-pull-request.yml
vendored
@ -13,4 +13,4 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.16.1
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.17.0
|
||||||
|
|||||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@ -10,4 +10,4 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1
|
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0
|
||||||
|
|||||||
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
@ -10481,7 +10481,7 @@ var version = function (options) {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
exports.version = version;
|
exports.version = version;
|
||||||
var stats = function (service) {
|
var stats = function (service, options) {
|
||||||
return __awaiter(this, void 0, void 0, function () {
|
return __awaiter(this, void 0, void 0, function () {
|
||||||
var args, result, output, error_8;
|
var args, result, output, error_8;
|
||||||
return __generator(this, function (_a) {
|
return __generator(this, function (_a) {
|
||||||
@ -10491,7 +10491,7 @@ var stats = function (service) {
|
|||||||
_a.label = 1;
|
_a.label = 1;
|
||||||
case 1:
|
case 1:
|
||||||
_a.trys.push([1, 3, , 4]);
|
_a.trys.push([1, 3, , 4]);
|
||||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||||
// Remove first and last quote from output, as well as newline.
|
// Remove first and last quote from output, as well as newline.
|
||||||
];
|
];
|
||||||
case 2:
|
case 2:
|
||||||
|
|||||||
4
dist/post.js
generated
vendored
4
dist/post.js
generated
vendored
@ -3772,7 +3772,7 @@ var version = function (options) {
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
exports.version = version;
|
exports.version = version;
|
||||||
var stats = function (service) {
|
var stats = function (service, options) {
|
||||||
return __awaiter(this, void 0, void 0, function () {
|
return __awaiter(this, void 0, void 0, function () {
|
||||||
var args, result, output, error_8;
|
var args, result, output, error_8;
|
||||||
return __generator(this, function (_a) {
|
return __generator(this, function (_a) {
|
||||||
@ -3782,7 +3782,7 @@ var stats = function (service) {
|
|||||||
_a.label = 1;
|
_a.label = 1;
|
||||||
case 1:
|
case 1:
|
||||||
_a.trys.push([1, 3, , 4]);
|
_a.trys.push([1, 3, , 4]);
|
||||||
return [4 /*yield*/, (0, exports.execCompose)('stats', args)
|
return [4 /*yield*/, (0, exports.execCompose)('stats', args, options)
|
||||||
// Remove first and last quote from output, as well as newline.
|
// Remove first and last quote from output, as well as newline.
|
||||||
];
|
];
|
||||||
case 2:
|
case 2:
|
||||||
|
|||||||
3711
package-lock.json
generated
3711
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user