Skip to content

Create Issue Github Action (Testing)

Actions
Create a issue in github
v1.1.0
Latest
Star (0)

JavaScript Action to Create a Github Issue

CI

This action opens a new issue in Github with a provided title, body and list of assignees.

Inputs

token

Required A github token with issue:write scope.

title

Required The title of the issue

body

Required The body of the issue

assignees

The list of assignees to assign the issue to

Outputs

issue

The created issue in json format

Example Usage

- 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.

About

Create a issue in github
v1.1.0
Latest

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.