Skip to content

Add issue to project #4

Add issue to project

Add issue to project #4

name: Add issues to PowerShell Modules project
on:
workflow_dispatch:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
with:
project-url: https://github.com/users/devynspencer/projects/10
github-token: ${{ secrets.CLASSIC_TOKEN }}
labeled: documentation, bug, enhancement, function, tests
label-operator: OR