Skip to content

fix(LAB-3357): Add a deprecate warning on the update_properties_in_label method #3976

fix(LAB-3357): Add a deprecate warning on the update_properties_in_label method

fix(LAB-3357): Add a deprecate warning on the update_properties_in_label method #3976

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
branches:
- "main"
jobs:
validate-title:
name: Validate PR title 2
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}