Skip to content

feat(pds-multiselect): add searchPlaceholder, closePanelOnSelect, dis… #2735

feat(pds-multiselect): add searchPlaceholder, closePanelOnSelect, dis…

feat(pds-multiselect): add searchPlaceholder, closePanelOnSelect, dis… #2735

Workflow file for this run

# Automatically label new pull requests based on the
# paths of files being changed.
# To find out more about this workflow, see:
# https://github.com/actions/labeler
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"