Skip to content

Chore(web-twig): Change dependency from lmc/twigx-bundle to almacareer/twigx-bundle #1804

Chore(web-twig): Change dependency from lmc/twigx-bundle to almacareer/twigx-bundle

Chore(web-twig): Change dependency from lmc/twigx-bundle to almacareer/twigx-bundle #1804

Workflow file for this run

name: Pull Request Meta
on:
pull_request:
types: [opened, reopened]
permissions:
pull-requests: write
jobs:
process_pr_meta:
name: Process PR meta
runs-on: ubuntu-24.04
steps:
- name: Assign to author
uses: toshimaru/auto-author-assign@16f0022cf3d7970c106d8d1105f75a1165edb516 # v2.1.1
- name: Add labels
uses: TimonVS/[email protected]
with:
configuration-path: .github/pr-labeler.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}