mirror of
https://github.com/youzan/vant.git
synced 2026-05-06 01:00:26 +08:00
3d472a2e92
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
21 lines
428 B
YAML
21 lines
428 B
YAML
name: PR Labeler
|
|
|
|
on:
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- edited
|
|
|
|
jobs:
|
|
change-labeling:
|
|
name: Labeling for changes
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@v3.4
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: .github/pr-labeler.yml
|
|
enable-versioned-regex: 0
|
|
include-title: 1
|
|
sync-labels: 1
|