Skip to content

Commit

Permalink
Merge branch 'main' into enhance/improve-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Jan 18, 2024
2 parents 87ae5b6 + ad93e8b commit 302124e
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
build:
- .eslintrc.js
- .prettierrc
- .stylelintrc
- bud.config.js
- tsconfig.json

- changed-files:
- any-glob-to-any-file:
- .eslintrc.js
- .prettierrc
- .stylelintrc
- bud.config.js
- tsconfig.json
dependencies:
- yarn.lock

- changed-files:
- any-glob-to-any-file:
- yarn.lock
javascript:
- resources/scripts/**/*.js

- changed-files:
- any-glob-to-any-file:
- resources/scripts/**/*.js
php:
- functions.php
- app/**/*.php
- resources/views/**/*.php

- changed-files:
- any-glob-to-any-file:
- functions.php
- app/**/*.php
- resources/views/**/*.php
views:
- index.php
- resources/views/**/*.php
- changed-files:
- any-glob-to-any-file:
- index.php
- resources/views/**/*.php

0 comments on commit 302124e

Please sign in to comment.