diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 94c4505..bc47df5 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -7,7 +7,7 @@ on: type: string string_to_lint: required: false - default: ${{ startsWith(github.event.pull_request.title ,'PR Checks&Tests') && 'FR-13538' || startsWith(github.event.pull_request.title ,'Update Routes Config') && 'FR-12531' || startsWith(github.event.pull_request.title ,'[Snyk]') && 'FR-9580' || github.event.pull_request.title}} + default: ${{ startsWith(github.event.pull_request.title ,'Update Routes Config') && 'FR-12531' || startsWith(github.event.pull_request.title ,'[Snyk]') && 'FR-9580' || github.event.pull_request.title}} type: string secrets: frontegg_jira_email: