Skip to content

fix padding/margin between author and profile #15

fix padding/margin between author and profile

fix padding/margin between author and profile #15

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 }}