Skip to content

New Feature - Add website logo #20

New Feature - Add website logo

New Feature - Add website logo #20

Workflow file for this run

name: Move new issues into ToDo
on:
issues:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.7.1
with:
project: ToDo
column: 📋 To Do
repo-token: ${{ secrets.GH_TOKEN }}