diff --git a/.github/labeler.yml b/.github/labeler.yml index a8c8bc87..ae2720dc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,14 @@ -javascript: - - '**/*.js' -typescript: - - '**/*.ts' -dependencies: - - '**/*.lock' - - '**/*-lock.json' - -'Type: Testing': - - '**/tests/*' - - '**/test/*' - - '**/__tests__/*' - -'Type: Documentation': - - '**/*.md' +javascript: + - '**/*.js' +typescript: + - '**/*.ts' +php: + - '**/*.php' + +'Type: Testing': + - '**/tests/*' + - '**/test/*' + - '**/__tests__/*' + +'Type: Documentation': + - '**/*.md' diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9a0a19fa..21434807 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -22,6 +22,8 @@ categories: - title: ':sparkles: All Changes' labels: - 'Type: Release' +exclude-lables: + - 'dependencies' template: | ## What’s Changed diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cb8e15a..17111a0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: jest: name: Jest + needs: eslint runs-on: ubuntu-latest strategy: matrix: