Skip to content

Docs(web,web-twig,web-react): Migration Guides cleanup #DS-1250 #1249

Docs(web,web-twig,web-react): Migration Guides cleanup #DS-1250

Docs(web,web-twig,web-react): Migration Guides cleanup #DS-1250 #1249

Workflow file for this run

name: Pull Request Meta
on:
pull_request:
types: [opened]
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-22.04
steps:
- name: Assign to author
uses: kentaro-m/[email protected] # Specify also the minor version because the `v2` tag does not exist.
- name: Add labels
uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}