Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

Custom Github Action for Issue

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages