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:
@@ -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'
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user