Skip to content

Broken pull request labeler #28 #28

Broken pull request labeler #28

Broken pull request labeler #28 #28

Workflow file for this run

---
name: "Pull Request Labeler"
on:
push:
branches:
- main
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"