diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index e6b0f6a0..a681a500 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,16 +1,23 @@ style: - changed-files: - any-glob-to-any-file: 'contents/scss/**' + CI: - all: - changed-files: - any-glob-to-any-file: '.github/**' - all-glob-to-all-file: '!.github/ISSUE_TEMPLATE/**' + documentation: - changed-files: - - any-glob-to-any-file: ['**/*.md', '**/*.markdown'] + - any-glob-to-any-file: + - '**/*.md' + - '**/*.markdown' + docker: - changed-files: - any-glob-to-any-file: 'docker/**' + pages: - - any-glob-to-any-file: 'contents/pages/**' + - changed-files: + - any-glob-to-any-file: 'contents/pages/**' diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 020b8402..80ee5139 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: pr-labeler: runs-on: ubuntu-latest