Skip to content

Chore(deps): bump pdfmake from 0.1.72 to 0.2.14 #1289

Chore(deps): bump pdfmake from 0.1.72 to 0.2.14

Chore(deps): bump pdfmake from 0.1.72 to 0.2.14 #1289

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened]
jobs:
add-label:
name: Add PR type label
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v3
with:
configuration-path: .github/pr-labeler-config.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}