1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-10-02 16:45:50 -05:00

Reconstruct necessary action workflows & Dependabot rules (#17)

This commit is contained in:
reggie
2024-10-02 23:42:43 -05:00
committed by GitHub
parent a1bd611b07
commit 94091e1380
5 changed files with 137 additions and 35 deletions

27
.github/workflows/pr_triage.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: "Pull Request Triage"
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
triage:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Fetch labeler.yml
uses: actions/checkout@v4
with:
# Ensure we pin the source origin as pull_request_target run under forks.
fetch-depth: 0
repository: ryujinx-mirror/ryujinx
ref: mirror/master
- name: Update labels based on changes in PR
uses: actions/labeler@v5
with:
sync-labels: true
dot: true