Skip to content

Fix/pagination

Fix/pagination #1

Workflow file for this run

name: PR Labeler
# Controls when the workflow will run
on:
workflow_dispatch:
pull_request:
types: [ opened ]
branches: [ '*' ]
# Tag jobs
jobs:
pr-labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yaml