Skip to content

Inventory Item Datamodel #19

Inventory Item Datamodel

Inventory Item Datamodel #19

Workflow file for this run

name: Assign issue to user and set status to Backlog
on:
issues:
types: [opened]
# jobs:
# assign-to-user:
# runs-on: ubuntu-latest
# steps:
# - name: Assign to user
# uses: peter-evans/[email protected]
# with:
# assignee: dominikpavlicek
# - name: Set status to Backlog
# uses: peter-evans/[email protected]
# with:
# body: 'status: Backlog'