Skip to content

fix(ci): track Cargo.lock and pin lopdf for MSRV 1.75 compatibility #73

fix(ci): track Cargo.lock and pin lopdf for MSRV 1.75 compatibility

fix(ci): track Cargo.lock and pin lopdf for MSRV 1.75 compatibility #73

Workflow file for this run

name: Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"