Skip to content

yamllint lint errors #30 #6

yamllint lint errors #30

yamllint lint errors #30 #6

Workflow file for this run

---
name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Pull Request Labeler
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"