Skip to content

chore: update symfony/console requirement from ^5.1 to ^5.1 || ^7.0 in the symfony group #1

chore: update symfony/console requirement from ^5.1 to ^5.1 || ^7.0 in the symfony group

chore: update symfony/console requirement from ^5.1 to ^5.1 || ^7.0 in the symfony group #1

Workflow file for this run

name: Assign PR Author
on:
workflow_dispatch: {}
workflow_call: {}
pull_request:
types: [ opened ]
concurrency:
group: "${{ github.workflow }}-${{github.head_ref || github.ref_name}}-assign-pr-author"
cancel-in-progress: false
jobs:
assignAuthor:
name: Assign Author
runs-on: ubuntu-24.04
steps:
- name: Assign Author
uses: technote-space/assign-author@v1