This is an automated email from the ASF dual-hosted git repository. xushiyan pushed a commit to branch try-labeler in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
commit cb956f871915c2dd7b72935352548c82aa6ffecf Author: Shiyan Xu <[email protected]> AuthorDate: Fri Jul 19 15:37:15 2024 -0500 update --- .github/labeler.yml | 15 ++++++++------- .github/workflows/pr.yml | 2 +- CONTRIBUTING.md | 1 + 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index f8a3c26..281aab4 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -37,10 +37,11 @@ ci: - '.github/workflows/release.yml' dev-x: - - changed-files: - - any-glob-to-any-file: - - '.github/**' - - '*.yaml' - - all-globs-to-all-files: - - '!.github/workflows/ci.yml' - - '!.github/workflows/release.yml' + - all: + - changed-files: + - any-glob-to-any-file: + - '.github/**' + - '*.yaml' + - all-globs-to-all-files: + - '!.github/workflows/ci.yml' + - '!.github/workflows/release.yml' diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef127ec..bc54e50 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ name: PR on: - pull_request_target: + pull_request: types: [ opened, edited, reopened, synchronize ] branches: - main diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5a451d6..092ff50 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -61,6 +61,7 @@ This will install `hudi` dependency built from your local repo to the virtual en ## Run tests locally + For Rust, ```shell
