This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch doc-clean-up in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 3c0e2b441dc9caac85340114a3512f265197b88c Author: tomsun28 <[email protected]> AuthorDate: Sat Apr 13 16:19:00 2024 +0800 [improve] initial doc clean up Signed-off-by: tomsun28 <[email protected]> --- .github/workflows/issues-translator.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/.github/workflows/issues-translator.yml b/.github/workflows/issues-translator.yml deleted file mode 100644 index c05d2e036..000000000 --- a/.github/workflows/issues-translator.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. - -name: 'Issues Translator' -on: - issue_comment: - types: [created] - issues: - types: [opened] - -jobs: - translate: - runs-on: ubuntu-latest - steps: - - uses: usthe/[email protected] - with: - IS_MODIFY_TITLE: true - BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
