mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-25 20:32:47 +01:00
71 lines
1.9 KiB
YAML
71 lines
1.9 KiB
YAML
name: 'Auto Assing on Theme'
|
|
on:
|
|
issues:
|
|
types: [opened, edited]
|
|
pull_request:
|
|
types: [opened, edited]
|
|
|
|
jobs:
|
|
assign:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: Naturalclar/issue-action@v2.0.2
|
|
with:
|
|
title-or-body: 'both'
|
|
parameters: |
|
|
[
|
|
{
|
|
"keywords": ["BurntSienna"],
|
|
"assignees": ["pjaspinski"]
|
|
},
|
|
{
|
|
"keywords": ["Default"],
|
|
"assignees": ["Blacksuan19"]
|
|
},
|
|
{
|
|
"keywords": ["Dreary"],
|
|
"assignees": ["CharlieS1103"]
|
|
},
|
|
{
|
|
"keywords": ["Dribbblish"],
|
|
"assignees": ["harbassan"]
|
|
},
|
|
{
|
|
"keywords": ["Glaze"],
|
|
"assignees": ["CharlieS1103"]
|
|
},
|
|
{
|
|
"keywords": ["Onepunch"],
|
|
"assignees": ["okarin001"]
|
|
},
|
|
{
|
|
"keywords": ["Sleek"],
|
|
"assignees": ["harbassan"]
|
|
},
|
|
{
|
|
"keywords": ["Turntable"],
|
|
"assignees": ["grasonchan"]
|
|
},
|
|
{
|
|
"keywords": ["Ziro"],
|
|
"assignees": ["schnensch0"]
|
|
},
|
|
{
|
|
"keywords": ["Flow"],
|
|
"assignees": ["ian-Liaozy", "Ruixi-Zhang"]
|
|
},
|
|
{
|
|
"keywords": ["Matte"],
|
|
"assignees": ["darkthemer"]
|
|
},
|
|
{
|
|
"keywords": ["Blossom"],
|
|
"assignees": ["Robatortas"]
|
|
},
|
|
{
|
|
"keywords": ["Nightlight"],
|
|
"assignees": ["iTenerai"]
|
|
}
|
|
]
|
|
github-token: '${{ secrets.GITHUB_TOKEN }}'
|