Skip to content

Repeating group summary2 (display: table) can get cut off in PDF #321

Repeating group summary2 (display: table) can get cut off in PDF

Repeating group summary2 (display: table) can get cut off in PDF #321

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
apply-labels:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
repo-token: ${{ secrets.GITHUB_TOKEN }}