Skip to content

[DEV-3615] Fix Metadata Cache to Support Locale #10309

[DEV-3615] Fix Metadata Cache to Support Locale

[DEV-3615] Fix Metadata Cache to Support Locale #10309

Workflow file for this run

name: Check PR title
on:
pull_request:
# Ignore Changeset PRs
paths-ignore:
- '**/package.json'
- '**/CHANGELOG.md'
- '.changeset/**'
- 'package-lock.json'
types:
- opened
- edited
- synchronize
jobs:
check_pr_title:
# Execute this job only if the head branch is not the one created by changeset
if: ${{ github.head_ref }} != 'changeset-release/main'

Check warning on line 19 in .github/workflows/check_pr_title.yaml

View workflow run for this annotation

GitHub Actions / Check PR title

Workflow syntax warning

.github/workflows/check_pr_title.yaml (Line: 19, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
name: Check PR title
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Check PR is linked to Jira activity
uses: ./.github/actions/link-pr-to-jira-activity