Skip to content

Fix publish workflow #8

Fix publish workflow

Fix publish workflow #8

Workflow file for this run

name: "PR Labeler"
on:
- pull_request
jobs:
labelling:
name: "Add labels to the PR"
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: ".github/labels.yaml"