Skip to content

Enhance: Labels in settings #42

Enhance: Labels in settings

Enhance: Labels in settings #42

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