Skip to content

Add an option to hide the Tutorial Course #1747

Add an option to hide the Tutorial Course

Add an option to hide the Tutorial Course #1747

Workflow file for this run

name: Issue Opened
on:
issues:
types: [opened]
jobs:
addToProject:
runs-on: ubuntu-latest
steps:
- name: Add Issue to Project
uses: alex-page/[email protected]
with:
project: Artemis Development
column: To do
repo-token: ${{ secrets.GH_TOKEN_ADD_TO_PROJECT }}