From 7947cfa08e51894b56b90f9d654040bf7457b251 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Sun, 11 Jun 2023 11:55:13 +0800 Subject: [PATCH] test: test robot form kubbot Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- .github/workflows/sync.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index a2b891968..53668342d 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,3 +1,7 @@ +# Copyright © 2023 KubeCub open source community. All rights reserved. +# Licensed under the MIT License (the "License"); +# you may not use this file except in compliance with the License. + # https://github.com/BetaHuhn/repo-file-sync-action name: Synchronize kubecub public code to other repositories on: @@ -17,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Run GitHub File Sync - uses: BetaHuhn/repo-file-sync-action@v1.21.0 + uses: BetaHuhn/repo-file-sync-action@latest with: GH_INSTALLATION_TOKEN: "${{ secrets.BOT_GITHUB_TOKEN }}" CONFIG_PATH: .github/sync.yml @@ -29,4 +33,8 @@ jobs: GIT_EMAIL: "3293172751ysy@gmail.com" GIT_USERNAME: "kubbot" PR_BODY: 👌 kubecub provides automated community services - FORK: kubbot \ No newline at end of file + REVIEWERS: | + kubbot + cubxxw + ASSIGNEES: | + kubbot \ No newline at end of file