diff --git a/.github/workflows/iroha2-dev-pr-title.yml b/.github/workflows/iroha2-dev-pr-title.yml index ef20366796d..db511656d98 100644 --- a/.github/workflows/iroha2-dev-pr-title.yml +++ b/.github/workflows/iroha2-dev-pr-title.yml @@ -46,7 +46,7 @@ jobs: if: steps.refactor-match.outputs.match == '' with: text: ${{ github.event.pull_request.title }} - regex: '\[fix\] #\d+(, #\d+)*: .+$' + regex: '^\[fix\] #\d+(, #\d+)*: .+$' - name: Add fix label uses: actions-ecosystem/action-add-labels@v1 if: steps.fix-match.outputs.match != ''