This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch setup in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
commit 65e11996d1e254a4a50380bd1943fa0e922b4c09 Author: tison <[email protected]> AuthorDate: Tue Dec 26 18:09:14 2023 +0800 chore: setup apache repo Signed-off-by: tison <[email protected]> --- .asf.yaml | 70 ++++++++++++++++++++++++++++++++++++++++++++++ .github/sync.yml | 5 ++-- .github/workflows/sync.yml | 8 ++---- 3 files changed, 74 insertions(+), 9 deletions(-) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 00000000..21b64220 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,70 @@ +# 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. + +# For more information, see https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features. + +github: + description: >- + A blazing fast multi-language serialization framework powered by JIT and zero-copy. + homepage: https://fury.apache.org/ + labels: + - javascript + - python + - java + - rust + - fast + - golang + - encoding + - serialization + - compression + - lightning + - cpp + - transfer + - zero-copy + - persistence + - marshalling + - jit + - rpc + - hacktoberfest + - cross-language + - multiple-language + enabled_merge_buttons: + squash: true + merge: false + rebase: true + protected_branches: + main: + required_status_checks: + strict: false + required_pull_request_reviews: + dismiss_stale_reviews: false + required_approving_review_count: 1 + required_linear_history: true + releases-0.4.1: {} + releases-0.4.0: {} + releases-0.3.1: {} + releases-0.3.0: {} + releases-0.2.1: {} + releases-0.2.0: {} + releases-0.1.2: {} + +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] + jobs: [email protected] + discussions: [email protected] diff --git a/.github/sync.yml b/.github/sync.yml index 44c953f6..b3339b06 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -15,9 +15,8 @@ # specific language governing permissions and limitations # under the License. -fury-project/fury-sites@main: +apache/incubator-fury-site@main: - source: docs/guide/ dest: docs/guide/ - - source: docs/benchmarks/ - dest: public/benchmarks/ \ No newline at end of file + dest: public/benchmarks/ diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 225d80a3..89d5a481 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,17 +26,13 @@ jobs: sync: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - # replace + - uses: actions/checkout@v4 - name: Replace Front Matter run: | sed -i 's/<!-- fury_frontmatter --/---/g' `grep fury_frontmatter -rl` sed -i 's/-- fury_frontmatter -->/---/g' `grep fury_frontmatter -rl` - - - name: sync + - name: Sync files uses: BetaHuhn/repo-file-sync-action@v1 with: GH_PAT: ${{ secrets.GH_PAT }} SKIP_PR: true - --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
