Skip to content

Feat/dynamic filter #631

Feat/dynamic filter

Feat/dynamic filter #631

Workflow file for this run

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
name: Labeler
on:
# Note this job uses pull_request_target so we should not add steps that check out, build, or run untrusted code.
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#pull_request_target
pull_request_target:
paths:
- "vizro-ai/**"
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5