Skip to content

BF: Controlled system PT2 #187

BF: Controlled system PT2

BF: Controlled system PT2 #187

## -------------------------------------------------------------------------------------------------
## -- Project : MLPro - The integrative middleware framework for standardized machine learning
## -- Workflow: assign_project.yml
## -------------------------------------------------------------------------------------------------
## -- History :
## -- yyyy-mm-dd Ver. Auth. Description
## -- 2022 1.0.0 DA Creation
## -------------------------------------------------------------------------------------------------
name: Assign project MLPro to new issue
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Assign project MLPro to new issue
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
# You can target a project in a different organization
# to the issue
project-url: https://github.com/orgs/fhswf/projects/11
github-token: ${{ secrets.ISSUE_UPDATES }}
# labeled: bug, needs-triage
# label-operator: OR