1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

Update documentation JSON to include new Astro library entry

This commit is contained in:
codecalm
2026-07-28 01:09:07 +02:00
parent 3277fa029f
commit 851582043c
2 changed files with 66 additions and 0 deletions
+49
View File
@@ -0,0 +1,49 @@
core:
- changed-files:
- any-glob-to-any-file: 'core/**'
preview:
- changed-files:
- any-glob-to-any-file: 'preview/**'
docs:
- changed-files:
- any-glob-to-any-file: 'docs/**'
shared:
- changed-files:
- any-glob-to-any-file: 'shared/**'
scss:
- changed-files:
- any-glob-to-any-file:
- 'core/scss/**'
- 'preview/scss/**'
- 'docs/scss/**'
javascript:
- changed-files:
- any-glob-to-any-file:
- 'core/js/**'
- 'preview/js/**'
icons:
- changed-files:
- any-glob-to-any-file:
- 'shared/data/icons.json'
- 'shared/data/icons-info.json'
- 'docs/pages/icons/**'
illustrations:
- changed-files:
- any-glob-to-any-file:
- 'shared/static/illustrations/**'
- 'shared/data/illustrations.json'
- 'docs/pages/illustrations/**'
dependencies:
- changed-files:
- any-glob-to-any-file:
- 'package.json'
- '**/package.json'
- 'pnpm-lock.yaml'
+17
View File
@@ -0,0 +1,17 @@
name: Labeler
on:
pull_request_target: null
permissions:
contents: read
pull-requests: write
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Apply labels based on changed files
uses: actions/labeler@v5
with:
sync-labels: true