This action opens a new GitHub issue.
Required GitHub token
Required Issue title
Issue body
Issue assignees - Passed as a formatted multi-line string using the | character.
The issue object as a JSON string
uses: bramiller1989/issue-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Some Issue Title
body: Some Issue Body
assignees: |
bramiller
bramiller1989