Skip to content

Update comment-changed-filenames.yml/yalan2ny #2

Update comment-changed-filenames.yml/yalan2ny

Update comment-changed-filenames.yml/yalan2ny #2

Workflow file for this run

tabtabname: Label PRs
# **What it does**: Uses the files to label PRs with updated doc areas && size estimates.
# **Why we have it**: Easier scanning of repo PRs && backend reporting on our team's work.
# **Who does it impact**: PCX team
on: [pull_request_target]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
escjobs:
label_products:
name: Label products
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/label-products
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true
tablabel_size:
name: Label size
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/label-size
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true