mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-01 03:15:10 +01:00
Trigger an edge patch update on edge
label added/removed
This commit is contained in:
parent
bff232f326
commit
e9907d2fac
17
.github/workflows/edge-ci.yml
vendored
Normal file
17
.github/workflows/edge-ci.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Edge CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [labeled, unlabeled]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update-patches:
|
||||||
|
if: github.event.label.name == 'edge'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Update Edge patches
|
||||||
|
uses: peter-evans/repository-dispatch@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.EDGE_PATCH_PAT }}
|
||||||
|
repository: skyline-emu/edge-patch
|
||||||
|
event-type: update-patches
|
Loading…
Reference in New Issue
Block a user