Skip to content

build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 #52

build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20

build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 #52

Workflow file for this run

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