From a4a2db88cc9713e8fcb77636c0021c12c324abbc Mon Sep 17 00:00:00 2001 From: mato533 Date: Mon, 19 Jun 2023 14:44:12 +0900 Subject: [PATCH] test --- .github/workflows/auto-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yaml b/.github/workflows/auto-release.yaml index dae0112..5dc1faa 100644 --- a/.github/workflows/auto-release.yaml +++ b/.github/workflows/auto-release.yaml @@ -15,8 +15,8 @@ jobs: prepare: if: >- github.event.pull_request.merged == true && - ( ${{ !contains(github.event.pull_request.title, 'skip di') }} && - ${{ !contains(github.event.pull_request.body, 'skip di') }} + ( ${{ !contains(github.event.pull_request.title, '[skip di]') }} && + ${{ !contains(github.event.pull_request.body, '[skip di]') }} ) runs-on: ubuntu-latest