mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
Merge branch 'main' into antdv-next
This commit is contained in:
48
.github/labeler.yml
vendored
Normal file
48
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
docs:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'docs/**'
|
||||
- 'README*'
|
||||
- '**/*.md'
|
||||
|
||||
ci:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- '.github/workflows/**'
|
||||
- '.github/*.yml'
|
||||
- '.github/*.yaml'
|
||||
|
||||
web-antd:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'apps/web-antd/**'
|
||||
|
||||
backend-mock:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'apps/backend-mock/**'
|
||||
|
||||
packages:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'packages/**'
|
||||
|
||||
internal:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'internal/**'
|
||||
|
||||
scripts:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'scripts/**'
|
||||
|
||||
config:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- 'package.json'
|
||||
- 'pnpm-lock.yaml'
|
||||
- 'pnpm-workspace.yaml'
|
||||
- 'turbo.json'
|
||||
- 'tsconfig*.json'
|
||||
- '.npmrc'
|
||||
19
.github/workflows/labeler.yml
vendored
Normal file
19
.github/workflows/labeler.yml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
name: PR Labeler
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
branches: ["dev"]
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
jobs:
|
||||
label:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yml
|
||||
Reference in New Issue
Block a user