Skip to content

fix session view with three lines of title #16

fix session view with three lines of title

fix session view with three lines of title #16

name: Adds all issues to project board
on:
issues:
types:
- opened
jobs:
add-to-project:
if: github.repository_owner == 'McPringle'
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/users/McPringle/projects/3
github-token: ${{ secrets.ADD_TO_PROJECT_TOKEN }}