Skip to content

chore(deps-dev): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn group across 1 directory #98

chore(deps-dev): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn group across 1 directory

chore(deps-dev): bump fast-xml-builder from 1.1.5 to 1.2.0 in the npm_and_yarn group across 1 directory #98

Workflow file for this run

name: Lint PR Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
permissions:
pull-requests: read
jobs:
lint:
name: Validate PR title
if: ${{ github.actor != 'release-please[bot]' }}
runs-on: ubuntu-latest
steps:
- name: Lint PR title
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}