21
.github/labels.yml
vendored
Normal file
21
.github/labels.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
build:
|
||||||
|
- .eslintrc.js
|
||||||
|
- .prettierrc
|
||||||
|
- .stylelintrc
|
||||||
|
- bud.config.js
|
||||||
|
- tsconfig.json
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- yarn.lock
|
||||||
|
|
||||||
|
javascript:
|
||||||
|
- resources/scripts/**/*.js
|
||||||
|
|
||||||
|
php:
|
||||||
|
- functions.php
|
||||||
|
- app/**/*.php
|
||||||
|
- resources/views/**/*.php
|
||||||
|
|
||||||
|
views:
|
||||||
|
- index.php
|
||||||
|
- resources/views/**/*.php
|
||||||
11
.github/workflows/labeler.yml
vendored
Normal file
11
.github/workflows/labeler.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
name: "Pull Request Labeler"
|
||||||
|
on:
|
||||||
|
- pull_request_target
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v3
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Reference in New Issue
Block a user