From 0848b9cc74285587368bd5619638cac984f1fadb Mon Sep 17 00:00:00 2001 From: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:58:01 +0900 Subject: [PATCH 1/2] Update labeler.yml --- .github/labeler.yml | 57 ++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7815f8fee..5b8366ab3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,42 +1,51 @@ --- mac: - - macos/**/* - - .github/scripts/macos/**/* - - scripts/deploy_macos_app_to_app_store.sh + - changed-files: + - any-glob-to-any-file: macos/**/* + - any-glob-to-any-file: .github/scripts/macos/**/* + - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh linux: - - linux/**/* - - assets/libedax/dll/libedax.so - - .github/scripts/linux/**/* + - changed-files: + - any-glob-to-any-file: linux/**/* + - any-glob-to-any-file: assets/libedax/dll/libedax.so + - any-glob-to-any-file: .github/scripts/linux/**/* windows: - - windows/**/* - - assets/libedax/dll/libedax-x64.dll - - .github/scripts/windows/**/* + - changed-files: + - any-glob-to-any-file: windows/**/* + - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll + - any-glob-to-any-file: .github/scripts/windows/**/* website: - - website/**/* + - changed-files: + - any-glob-to-any-file: website/**/* libedax: - - scripts/fetch_libedax_assets.sh - - assets/libedax/dll/libedax.so - - assets/libedax/dll/libedax-x64.dll - - macos/libedax.universal.dylib + - changed-files: + - any-glob-to-any-file: scripts/fetch_libedax_assets.sh + - any-glob-to-any-file: assets/libedax/dll/libedax.so + - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll + - any-glob-to-any-file: macos/libedax.universal.dylib GitHub Actions: - - .github/workflows/**/* - - .github/scripts/**/* - - .github/dependabot.yml - - .github/labeler.yml - - .github/.typos_config.toml + - changed-files: + - any-glob-to-any-file: .github/workflows/**/* + - any-glob-to-any-file: .github/scripts/**/* + - any-glob-to-any-file: .github/dependabot.yml + - any-glob-to-any-file: .github/labeler.yml + - any-glob-to-any-file: .github/.typos_config.toml codecov: - - .codecov.yml + - changed-files: + - any-glob-to-any-file: .codecov.yml documentation: - - docs/**/* - - README.md + - changed-files: + - any-glob-to-any-file: docs/**/* + - any-glob-to-any-file: README.md fastlane: - - macos/fastlane/**/* - - scripts/deploy_macos_app_to_app_store.sh + - changed-files: + - any-glob-to-any-file: macos/fastlane/**/* + - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh From aacaad33891eaf8315f93a00b3b8d99594adef4e Mon Sep 17 00:00:00 2001 From: sensuikan1973 <23427957+sensuikan1973@users.noreply.github.com> Date: Tue, 5 Dec 2023 13:59:57 +0900 Subject: [PATCH 2/2] Update labeler.yml --- .github/labeler.yml | 48 ++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5b8366ab3..bd18ccec9 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,51 +1,51 @@ --- mac: - changed-files: - - any-glob-to-any-file: macos/**/* - - any-glob-to-any-file: .github/scripts/macos/**/* - - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh + - any-glob-to-any-file: macos/**/* + - any-glob-to-any-file: .github/scripts/macos/**/* + - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh linux: - changed-files: - - any-glob-to-any-file: linux/**/* - - any-glob-to-any-file: assets/libedax/dll/libedax.so - - any-glob-to-any-file: .github/scripts/linux/**/* + - any-glob-to-any-file: linux/**/* + - any-glob-to-any-file: assets/libedax/dll/libedax.so + - any-glob-to-any-file: .github/scripts/linux/**/* windows: - changed-files: - - any-glob-to-any-file: windows/**/* - - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll - - any-glob-to-any-file: .github/scripts/windows/**/* + - any-glob-to-any-file: windows/**/* + - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll + - any-glob-to-any-file: .github/scripts/windows/**/* website: - changed-files: - - any-glob-to-any-file: website/**/* + - any-glob-to-any-file: website/**/* libedax: - changed-files: - - any-glob-to-any-file: scripts/fetch_libedax_assets.sh - - any-glob-to-any-file: assets/libedax/dll/libedax.so - - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll - - any-glob-to-any-file: macos/libedax.universal.dylib + - any-glob-to-any-file: scripts/fetch_libedax_assets.sh + - any-glob-to-any-file: assets/libedax/dll/libedax.so + - any-glob-to-any-file: assets/libedax/dll/libedax-x64.dll + - any-glob-to-any-file: macos/libedax.universal.dylib GitHub Actions: - changed-files: - - any-glob-to-any-file: .github/workflows/**/* - - any-glob-to-any-file: .github/scripts/**/* - - any-glob-to-any-file: .github/dependabot.yml - - any-glob-to-any-file: .github/labeler.yml - - any-glob-to-any-file: .github/.typos_config.toml + - any-glob-to-any-file: .github/workflows/**/* + - any-glob-to-any-file: .github/scripts/**/* + - any-glob-to-any-file: .github/dependabot.yml + - any-glob-to-any-file: .github/labeler.yml + - any-glob-to-any-file: .github/.typos_config.toml codecov: - changed-files: - - any-glob-to-any-file: .codecov.yml + - any-glob-to-any-file: .codecov.yml documentation: - changed-files: - - any-glob-to-any-file: docs/**/* - - any-glob-to-any-file: README.md + - any-glob-to-any-file: docs/**/* + - any-glob-to-any-file: README.md fastlane: - changed-files: - - any-glob-to-any-file: macos/fastlane/**/* - - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh + - any-glob-to-any-file: macos/fastlane/**/* + - any-glob-to-any-file: scripts/deploy_macos_app_to_app_store.sh