Skip to content

Set the default theme to Stark instead of Olivero when generating new site using DDEV for correct styling. #291

Set the default theme to Stark instead of Olivero when generating new site using DDEV for correct styling.

Set the default theme to Stark instead of Olivero when generating new site using DDEV for correct styling. #291

Workflow file for this run

name: Auto Assign to Project(s)
on:
issues:
types: [opened]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_one_project:
runs-on: ubuntu-latest
name: Assign to One Project
steps:
- name: Assign NEW issues to DKAN Triage
uses: srggrs/assign-one-project-github-action@1.2.0
if: github.event.action == 'opened'
with:
project: 'https://github.com/GetDKAN/dkan/projects/1'
column_name: 'Incoming/Triage'