Skip to content

fix(pds-text): add span as tag option #2747

fix(pds-text): add span as tag option

fix(pds-text): add span as tag option #2747

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 }}"