diff --git a/.github/labeler.yml b/.github/labeler.yml index 80e4385..8bc244d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -15,9 +15,9 @@ - changed-files: - any-glob-to-any-file: 'test/**.js' -"pr::github-actions": +"pr::github": - changed-files: - - any-glob-to-any-file: '**.d.ts' + - any-glob-to-any-file: '.github/**' "pr::examples": - changed-files: diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c4ad469..7a7d539 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,4 +1,4 @@ -name: "Pull Request Labeler" +name: "PR Labeler" on: pull_request_target: workflow_dispatch: