Skip to content

Commit

Permalink
👷 Fix labeler action (#3177)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jan 18, 2024
1 parent e27af62 commit ad93e8b
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 ad93e8b

Please sign in to comment.