Skip to content

Commit

Permalink
.github changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWarnut committed Oct 3, 2024
1 parent b2d7fa1 commit 4c43c31
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 31 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ updates:
interval: weekly
labels:
- "infra"
reviewers:
- TSRBerry
commit-message:
prefix: "ci"

Expand All @@ -18,8 +16,6 @@ updates:
interval: daily
labels:
- "infra"
reviewers:
- TSRBerry
commit-message:
prefix: nuget
groups:
Expand Down
23 changes: 0 additions & 23 deletions .github/reviewers.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,2 @@

cpu:
- gdkchan
- riperiperi
- LDj3SNuD

gpu:
- gdkchan
- riperiperi

gui:
- Ack77
- emmauss
- TSRBerry

horizon:
- gdkchan
- Ack77
- TSRBerry

infra:
- TSRBerry

default:
- '@developers'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
RYUJINX_BASE_VERSION: "1.1.0"
RYUJINX_BASE_VERSION: "2.0.0"

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency: release
env:
POWERSHELL_TELEMETRY_OPTOUT: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
RYUJINX_BASE_VERSION: "1.1"
RYUJINX_BASE_VERSION: "2.0"
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: "master"
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Ryujinx"
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "release-channel-master"
Expand Down Expand Up @@ -214,5 +214,5 @@ jobs:
uses: ./.github/workflows/flatpak.yml
needs: release
with:
ryujinx_version: "1.1.${{ github.run_number }}"
ryujinx_version: "2.0.${{ github.run_number }}"
secrets: inherit

0 comments on commit 4c43c31

Please sign in to comment.