Skip to content

Commit

Permalink
Merge branch 'main' into aleph-zero-project-update-1728900206323
Browse files Browse the repository at this point in the history
  • Loading branch information
DeBelg authored Oct 15, 2024
2 parents 1a69a95 + 9c00835 commit 40b0c2f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
27 changes: 17 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
name: autoupdate
name: Auto Update Pull Request Branches
on:
push: {}
push:
branches:
- main
jobs:
autoupdate:
name: autoupdate
runs-on: ubuntu-22.04
update-prs:
runs-on: ubuntu-latest
steps:
- uses: docker://chinthakagodawita/autoupdate-action:v1
id: autoupdate
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_CONFLICT_ACTION: "FAIL"
- name: Checkout repository
uses: actions/checkout@v2

- name: Auto-update PR branches
run: |
PRS=$(gh pr list --base main --state open --json number -q '.[].number')
for pr in $PRS; do
gh pr merge main --merge --auto --pr $pr || echo "PR #$pr couldn't be updated"
done
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 10 additions & 3 deletions src/projects/oasis-network/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ categories:
project_type: Confidential compute
description: A privacy-enabled blockchain platform for open finance and a
responsible data economy
product_launch_day: 2020-11-02T23:00:00.000Z
product_launch_day: 2020-11-01T23:00:00.000Z
team:
anonymous: false
teammembers: []
Expand Down Expand Up @@ -43,7 +43,7 @@ history:
- title: Oasis Mainnet
event_type: launch
description: "Oasis Mainnet: Ushering a New Era of Privacy and Scalability"
time: 2020-11-18
time: 2020-11-18T00:00:00.000Z
link: https://oasisprotocol.org/blog/oasis-mainnet-ushering-in-a-new-era-of-privacy-and-scalability
- title: Oasis Sapphire Mainnet
description: go-live of the Oasis Sapphire Mainnet
Expand All @@ -64,12 +64,19 @@ blockchain_features:
p2p: true
usecases:
- infrastructure
- defi
- wallets
- computing
- dao
- bridge
- dapps
- ai
third_party_dependency: ""
logos:
- file: logo.png
ext: png
url: https://explorer-data.web3privacy.info/assets/projects/oasis-network/logo.png
percentage: 33
percentage: 72
ecosystem:
- ethereum
sunset: false
Expand Down

0 comments on commit 40b0c2f

Please sign in to comment.