Skip to content

Refactor: Move header extraction out of beta #37

Refactor: Move header extraction out of beta

Refactor: Move header extraction out of beta #37

Workflow file for this run

name: Issue adder to board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add issue to project
uses: actions/[email protected]
with:
project-url: https://github.com/users/RasmusAChr/projects/1
github-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}