Skip to content

feat(Dribbblish): Add Catppuccin Frappe and Mocha to Dribbblish and fix README.md. #498

feat(Dribbblish): Add Catppuccin Frappe and Mocha to Dribbblish and fix README.md.

feat(Dribbblish): Add Catppuccin Frappe and Mocha to Dribbblish and fix README.md. #498

Workflow file for this run

name: 'Auto Assing on Theme'
on:
issues:
types: [opened, edited]
pull_request:
types: [opened, edited]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: Naturalclar/[email protected]
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 }}'