mirror of https://github.com/langgenius/dify.git
ci: label web changes (#31261)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
76b64dda52
commit
3ebe53ada1
|
|
@ -0,0 +1,3 @@
|
||||||
|
web:
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'web/**'
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
name: "Pull Request Labeler"
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
labeler:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v6
|
||||||
|
with:
|
||||||
|
sync-labels: true
|
||||||
Loading…
Reference in New Issue