Skip to content

fix: labeler fixed for ci #2

fix: labeler fixed for ci

fix: labeler fixed for ci #2

Workflow file for this run

name: "PR Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Label PR
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN}}"