This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury.git
The following commit(s) were added to refs/heads/main by this push:
new d3ebf285 chore: setup apache repo (#1251)
d3ebf285 is described below
commit d3ebf2857d024a2e625b96c6deb8ea556dbb6c2a
Author: tison <[email protected]>
AuthorDate: Tue Dec 26 18:14:31 2023 +0800
chore: setup apache repo (#1251)
Signed-off-by: tison <[email protected]>
---
.asf.yaml | 70 ++++++++++++++++++++++++++++++++++++++++++++++
.github/sync.yml | 5 ++--
.github/workflows/sync.yml | 8 ++----
licenserc.toml | 4 ---
4 files changed, 74 insertions(+), 13 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..92febeda
--- /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
-
diff --git a/licenserc.toml b/licenserc.toml
index 864f1565..41d23d6e 100644
--- a/licenserc.toml
+++ b/licenserc.toml
@@ -54,7 +54,3 @@ excludes = [
[mapping.DOUBLESLASH_STYLE]
extensions = ['go']
filenames = ['go.mod']
-
-[properties]
-inceptionYear = 2023
-copyrightOwner = "The Fury Authors"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]