Create Issue Github Action (Testing)
ActionsThis action opens a new issue in Github with a provided title, body and list of assignees.
Required A github token with issue:write scope.
Required The title of the issue
Required The body of the issue
The list of assignees to assign the issue to
The created issue in json format
- name: Creat Issue
id: create-issue
uses: shimul-org/create-issue-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: Test Title
body: Test Body
assignees: |
abcdef
ghijk
Create Issue Github Action (Testing) is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.