Skip to content

build(deps): bump intl from 0.18.1 to 0.19.0 in /packages/espressocash_app #4291

build(deps): bump intl from 0.18.1 to 0.19.0 in /packages/espressocash_app

build(deps): bump intl from 0.18.1 to 0.19.0 in /packages/espressocash_app #4291

Workflow file for this run

name: PR Watcher
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v3.4.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
style
test
requireScope: false
validateSingleCommit: false