Compare commits

..

No commits in common. "2799547b71612ca424c67a777b409263c0ef9cad" and "969f2aa45e90b882e4021fa20dfcd5e8d7828682" have entirely different histories.

9 changed files with 13 additions and 14 deletions

View File

@ -12,7 +12,7 @@ permissions:
jobs: jobs:
linter: linter:
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.17.0 uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.16.1
with: with:
linter-env: | linter-env: |
FILTER_REGEX_EXCLUDE=dist/**/* FILTER_REGEX_EXCLUDE=dist/**/*

View File

@ -13,4 +13,4 @@ permissions:
jobs: jobs:
greetings: greetings:
uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.17.0 uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.16.1

View File

@ -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.17.0 - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.16.1
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

View File

@ -21,7 +21,7 @@ permissions:
jobs: jobs:
main: main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.17.0 uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.16.1
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 }}

View File

@ -13,4 +13,4 @@ permissions:
jobs: jobs:
main: main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.17.0 uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.16.1

View File

@ -10,4 +10,4 @@ permissions:
jobs: jobs:
main: main:
uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.17.0 uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.16.1

4
dist/index.js generated vendored
View File

@ -10481,7 +10481,7 @@ var version = function (options) {
}); });
}; };
exports.version = version; exports.version = version;
var stats = function (service, options) { var stats = function (service) {
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, options) {
_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, options) return [4 /*yield*/, (0, exports.execCompose)('stats', args)
// 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
View File

@ -3772,7 +3772,7 @@ var version = function (options) {
}); });
}; };
exports.version = version; exports.version = version;
var stats = function (service, options) { var stats = function (service) {
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, options) {
_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, options) return [4 /*yield*/, (0, exports.execCompose)('stats', args)
// 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:

7
package-lock.json generated
View File

@ -3404,10 +3404,9 @@
} }
}, },
"node_modules/docker-compose": { "node_modules/docker-compose": {
"version": "1.1.1", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.1.1.tgz", "resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.1.0.tgz",
"integrity": "sha512-UkIUz0LtzuO17Ijm6SXMGtfZMs7IvbNwvuJBiBuN93PIhr/n9/sbJMqpvYFaCBGfwu1ZM4PPPDgQzeeke4lEoA==", "integrity": "sha512-VrkQJNafPQ5d6bGULW0P6KqcxSkv3ZU5Wn2wQA19oB71o7+55vQ9ogFe2MMeNbK+jc9rrKVy280DnHO5JLMWOQ==",
"license": "MIT",
"dependencies": { "dependencies": {
"yaml": "^2.2.2" "yaml": "^2.2.2"
}, },