From f31d2bab75286ac0d27d3da181899682af0c0fb9 Mon Sep 17 00:00:00 2001 From: Dmitriy Mozgovoy Date: Sat, 26 Apr 2025 19:42:56 +0300 Subject: [PATCH] chore(ci): fix github action glob in PR labeler action config; (#6893) --- .github/labeler.yml | 4 ++-- .github/workflows/labeler.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: