Skip to content

Commit

Permalink
chore: setup apache repo
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun committed Dec 26, 2023
1 parent 0ac6ec9 commit 29b4de8
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 13 deletions.
70 changes: 70 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
@@ -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]
5 changes: 2 additions & 3 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
dest: public/benchmarks/
8 changes: 2 additions & 6 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

4 changes: 0 additions & 4 deletions licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,3 @@ excludes = [
[mapping.DOUBLESLASH_STYLE]
extensions = ['go']
filenames = ['go.mod']

[properties]
inceptionYear = 2023
copyrightOwner = "The Fury Authors"

0 comments on commit 29b4de8

Please sign in to comment.