diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 844824e1..230dd884 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -6,7 +6,7 @@ CI: - all: - changed-files: - any-glob-to-any-file: '.github/**' - - all-globs-to-all-file: '!.github/ISSUE_TEMPLATE/**' + - all-globs-to-all-files: '!.github/ISSUE_TEMPLATE/**' documentation: - changed-files: diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 75fabb43..eae7abec 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -1,8 +1,7 @@ name: CI-pr-label on: pull_request_target: - types: - - opened + types: [opened] jobs: label: permissions: