Skip to content

open-issue

Actions
Opens a github issue
v2.0.0
Latest
Star (3)

Tags

 (1)

Github Issue Action

Actions creates a new github issue

Inputs

token

required github token

title

required title of the issue

body

body of the issue

assignees

assignee of the issue

Output

issue

Object containing issue payload

Example Usage

- uses: rishabhgupta/git-action-issue@v2
  id: Issue
  with:
      token: ${{ secrets.GITHUB_TOKEN }}
      title: Title
      body: body
      assignees: 'rishabhgupta'
- run: |
    echo ${{ steps.issue.outputs.issue }}

open-issue 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

Opens a github issue
v2.0.0
Latest

Tags

 (1)

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