Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-attempt just members #700

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/autocommit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Autocommit pull requests

on:
workflow_dispatch:
pull_request:
types: [labeled]

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Automerge Pull Request if possible
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.PAT }}"
MERGE_LABELS: "automerge"
MERGE_RETRY_SLEEP: 300000
MERGE_METHOD: "squash"
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Landscape from LFX

on:
workflow_dispatch:
schedule:
- cron: "0 4 * * *"

jobs:
build:
runs-on: ubuntu-24.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- uses: jmertic/lfx-landscape-tools@main
with:
project_processing: skip
env:
token: ${{ secrets.PAT }}
repository: ${{ github.repository }}
ref: ${{ github.ref }}
16 changes: 16 additions & 0 deletions .github/workflows/marksuccessfulbuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Set Issue Label on successful build"
on:
workflow_dispatch:
issue_comment:
types: [created, edited]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Amwam/[email protected]
if: ${{ github.event.issue.pull_request && contains(github.event.issue.labels.*.name, 'automatedupdate') }}
with:
keywords: '["Deploy preview for *risc-v-international* ready"]'
labels: '["automerge"]'
github-token: "${{ secrets.PAT }}"
13 changes: 13 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
landscapeMemberClasses:
- name: Premier 250k
category: Premier
- name: Premier 100k
category: Premier
- name: Strategic Membership
category: Strategic
- name: Start-up Strategic Membership
category: Strategic
- name: Community Membership
category: Community
slug: risc-v-international
landscapeMemberCategory: RISC-V Members
34 changes: 1 addition & 33 deletions landscape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ landscape:
name: Compilers
items: []
- category:
name: RISC-V Members
name: risc-v-members
subcategories:
- subcategory:
name: Premier
Expand Down Expand Up @@ -160,38 +160,6 @@ landscape:
crunchbase: https://www.crunchbase.com/organization/ventana-micro-systems
extra:
hide_license: 'true'
- subcategory:
name: Premier TSC
items:
- item:
name: Institute of Computing Technology, Chinese Academy of Sciences (member)
homepage_url: https://ict.cas.cn/
logo: ICT-founding.svg
crunchbase: https://www.crunchbase.com/organization/chinese-academy-of-sciences
extra:
hide_license: 'true'
- item:
name: Institute of Software Chinese Academy of Sciences (member)
homepage_url: http://english.is.cas.cn/
project: null
logo: iscas.svg
crunchbase: https://www.crunchbase.com/organization/institute-of-software-chinese-academy-of-sciences
extra:
hide_license: 'true'
- item:
name: Sanechips Technology Co Ltd (member)
homepage_url: http://www.sanechips.com.cn/
logo: ZTE.svg
crunchbase: https://www.crunchbase.com/organization/sanechips-technology
extra:
hide_license: 'true'
- item:
name: Tencent (member)
homepage_url: https://www.tencent.com/
logo: tencent.svg
crunchbase: https://www.crunchbase.com/organization/tencent
extra:
hide_license: 'true'
- subcategory:
name: Strategic
items:
Expand Down
Loading