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