diff --git a/.github/labeler.yml b/.github/labeler.yml index 1d8d21d60..a23c799e0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,10 +1,26 @@ # Configuration for labeler - https://github.com/actions/labeler -📦 Dependencies: package.json -Configurations: _config.yml -CSS: source/css/**/* -📖 Docs: docs/**/* -Layout: layout/**/* -🌍 i18n: languages/**/* -Actions: .github/workflows/**/* -🔌 3rd Party Plugin: '**/*third-party/**/*' +📦 Dependencies: +- changed-files: + - any-glob-to-any-file: package.json +Configurations: +- changed-files: + - any-glob-to-any-file: _config.yml +CSS: +- changed-files: + - any-glob-to-any-file: source/css/**/* +📖 Docs: +- changed-files: + - any-glob-to-any-file: docs/**/* +Layout: +- changed-files: + - any-glob-to-any-file: layout/**/* +🌍 i18n: +- changed-files: + - any-glob-to-any-file: languages/**/* +Actions: +- changed-files: + - any-glob-to-any-file: .github/workflows/**/* +🔌 3rd Party Plugin: +- changed-files: + - any-glob-to-any-file: '**/*third-party/**/*' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 944f51f53..500ce227c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -7,7 +7,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: actions/labeler@v4 + - uses: actions/labeler@v5 # https://github.com/peaceiris/actions-label-commenter#work-with-other-auto-label-actions with: repo-token: "${{ secrets.GH_PAT }}"