From d193f0b59352abc111872c06e8e83f6b12f9c2db Mon Sep 17 00:00:00 2001 From: YanxuanLiu <104543031+YanxuanLiu@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:18:24 +0800 Subject: [PATCH] Add new developer as trigger of blossom-ci [skip ci] (#531) Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Status **Ready/Work in progress/Hold** ### Please ensure all the checkboxes: - [x] Codeformat tests passed locally by running `./runtests.sh --codeformat`. - [ ] In-line docstrings updated. - [ ] Update `version` and `changelog` in `metadata.json` if changing an existing bundle. - [ ] Please ensure the naming rules in config files meet our requirements (please refer to: `CONTRIBUTING.md`). - [ ] Ensure versions of packages such as `monai`, `pytorch` and `numpy` are correct in `metadata.json`. - [ ] Descriptions should be consistent with the content, such as `eval_metrics` of the provided weights and TorchScript modules. - [ ] Files larger than 25MB are excluded and replaced by providing download links in `large_file.yml`. - [ ] Avoid using path that contains personal information within config files (such as use `/home/your_name/` for `"bundle_root"`). Add Yun Liu as trigger of blossom-ci Signed-off-by: YanxuanLiu Co-authored-by: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com> --- .github/workflows/blossom-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/blossom-ci.yml b/.github/workflows/blossom-ci.yml index d68d3eac..ea1de903 100644 --- a/.github/workflows/blossom-ci.yml +++ b/.github/workflows/blossom-ci.yml @@ -48,6 +48,7 @@ jobs: wyli,\ Nic-Ma,\ yiheng-wang-nv,\ + KumoLiu,\ ', format('{0},', github.actor)) && github.event.comment.body == '/build' steps: - name: Check if comment is issued by authorized person