Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Sync Dev

Sync Dev #1

Workflow file for this run

name: AutoLabelPR
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
AutoLabelPR:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
dot: true