[Dribbblish] - Volume bar and icons not visible due to lack of contrast colors and Dropdown texts almost no visible #436
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
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 }}' |