This action opens a new issue on GitHub with a title, body and a list of assignees.
Required A GitHub token with issues:write scope.
Required The title of the issue
The body of the issue.
A list of GitHub usernames to assign to the issue.
The created issue object as a json string.
uses: github-actions-course/open-issue-action@v1
id: issue
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Test Issue
body: Test issue body
assignees: |
alialaa