Skip to content

feat(formula): BI-5525 add arr_intersect function #735

feat(formula): BI-5525 add arr_intersect function

feat(formula): BI-5525 add arr_intersect function #735

name: 🏷️ Validate PR Name
on:
pull_request:
types: [opened, reopened, edited, synchronize]
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
commitlint-pr-title:
name: Ensure proper PR title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Commitlint PR title
uses: datalens-tech/commitlint-action@v1
add_labels:
runs-on: ubuntu-22.04
needs: commitlint-pr-title
permissions:
pull-requests: write
steps:
- name: Add labels to PR
uses: datalens-tech/add-labels-action@v1