Skip to content

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory #1348

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory

chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory #1348

Workflow file for this run

on:
pull_request:
types:
- opened
- edited
- reopened
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
name: PR title check
jobs:
pr-semantic-check:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}