Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

fix: LOPS-185: [FE] resolve issue affecting semantic search when selecting items then changing text in semantic search #542

fix: LOPS-185: [FE] resolve issue affecting semantic search when selecting items then changing text in semantic search

fix: LOPS-185: [FE] resolve issue affecting semantic search when selecting items then changing text in semantic search #542

Workflow file for this run

name: "PR labeler"
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
branches:
- master
- develop
- 'lse-release/**'
jobs:
autolabel:
name: "PR label validator"
runs-on: ubuntu-latest
steps:
- uses: hmarr/debug-action@v2.1.0
- uses: thehanimo/pr-title-checker@v1.4.0
name: "Validate PR's title"
with:
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"
- uses: release-drafter/release-drafter@v5.23.0
name: "Set PR's label based on title"
with:
disable-releaser: true
config-name: autolabeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GIT_PAT }}