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 892dcb811d2dd1a0b12efef93a0c57bbcf7765df Author: Shiyan Xu <[email protected]> AuthorDate: Fri Jul 19 15:11:59 2024 -0500 chore: try labeler --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index ef127ec..b388e95 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,6 +18,10 @@ name: PR on: + pull_request: + types: [ opened, edited, reopened, synchronize ] + branches: + - main pull_request_target: types: [ opened, edited, reopened, synchronize ] branches:
