From 78feb059c7546041984b4ee35b73648b0dee3f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Fri, 17 Mar 2023 00:54:46 +0800 Subject: [PATCH 1/3] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3=20dependency-revie?= =?UTF-8?q?w=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/code-review.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 52e3da8..b8e9aac 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -25,6 +25,9 @@ jobs: sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime - uses: actions/checkout@v3 - uses: actions/dependency-review-action@v3 + with: + base_ref: ${{ github.base_ref }} + head_ref: ${{ github.head_ref }} - uses: actions/setup-node@v3 with: node-version: 18 From de6f524a9ce588ab33855a66862c8bd18140927e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Fri, 17 Mar 2023 00:58:38 +0800 Subject: [PATCH 2/3] ci: release please timezone --- .github/workflows/release-please.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 629129f..91d79b8 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,9 @@ jobs: release-please: runs-on: ubuntu-latest steps: + - run: | + sudo rm /etc/localtime + sudo ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime - uses: google-github-actions/release-please-action@v3 id: release with: From d80950b00d47ada37765a9216933e80de4046a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Fri, 17 Mar 2023 00:59:26 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E6=96=87=E6=A1=A3=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=E8=A7=A6=E5=8F=91=20release-please?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8c888a8..5ecd7aa 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # oas-gen-ts ---- - [![][code-review-badge]][code-review-link] [![][code-quality-badge]][code-quality-link] [![][code-coverage-badge]][code-coverage-link] ![][version-badge] ![][license-badge] OpenAPI Specification ➡️ TypeScript