forked from Ryubing/Ryujinx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: Reformat README.md & add new generic Mako workflow (#5791)
* Adjust workflow paths to exclude all markdown files * editorconfig: Add default charset and adjust indention for a few file types * Reformat README.md and add a link to our documentation * Add generic Mako workflow and remove old Mako steps * editorconfig: Move charset change to a different PR * Update compatibility stats Co-authored-by: Ac_K <[email protected]> --------- Co-authored-by: Ac_K <[email protected]>
- Loading branch information
Showing
6 changed files
with
107 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
name: Mako | ||
on: | ||
discussion: | ||
types: [created, edited, answered, unanswered, category_changed] | ||
discussion_comment: | ||
types: [created, edited] | ||
gollum: | ||
issue_comment: | ||
types: [created, edited] | ||
issues: | ||
types: [opened, edited, reopened, pinned, milestoned, demilestoned, assigned, unassigned, labeled, unlabeled] | ||
pull_request_review: | ||
types: [submitted, dismissed] | ||
pull_request_review_comment: | ||
types: [created, edited] | ||
pull_request_target: | ||
types: [opened, edited, reopened, synchronize, ready_for_review, assigned, unassigned] | ||
|
||
jobs: | ||
tasks: | ||
name: Run Ryujinx tasks | ||
permissions: | ||
actions: read | ||
contents: read | ||
discussions: write | ||
issues: write | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
if: github.event_name == 'pull_request_target' | ||
with: | ||
# Ensure we pin the source origin as pull_request_target run under forks. | ||
fetch-depth: 0 | ||
repository: Ryujinx/Ryujinx | ||
ref: master | ||
|
||
- name: Run Mako command | ||
uses: Ryujinx/Ryujinx-Mako@master | ||
with: | ||
command: exec-ryujinx-tasks | ||
args: --event-name "${{ github.event_name }}" --event-path "${{ github.event_path }}" -w "${{ github.workspace }}" "${{ github.repository }}" "${{ github.run_id }}" | ||
app_id: ${{ secrets.MAKO_APP_ID }} | ||
private_key: ${{ secrets.MAKO_PRIVATE_KEY }} | ||
installation_id: ${{ secrets.MAKO_INSTALLATION_ID }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
- '*.yml' | ||
- '*.json' | ||
- '*.config' | ||
- 'README.md' | ||
- '*.md' | ||
|
||
concurrency: release | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters