Skip to content

Does recipe adjustment apply to the automatic feeding robot (not just the mixer wagon)? #4

Does recipe adjustment apply to the automatic feeding robot (not just the mixer wagon)?

Does recipe adjustment apply to the automatic feeding robot (not just the mixer wagon)? #4

name: Auto-assign issues to owner
on:
issues:
types:
- opened
permissions:
issues: write
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign issue to repository owner
uses: pozil/auto-assign-issue@v2
with:
assignees: ${{ github.repository_owner }}