Skip to content

feat: support merging output from multiple file keys when writing to stdout #442

feat: support merging output from multiple file keys when writing to stdout

feat: support merging output from multiple file keys when writing to stdout #442

name: pr-title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
semantic-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}