Skip to content

tirukovelamanoj/open-issue

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

javscript-action status

This action opens a new github issue.

Inputs

token

Required Github Token.

title

Required Issue title.

body

Issue body.

assignees

Issue assignees. Passed as a formatted multi-line string using the | character.

Outputs

issue

The issue object as a json string.

Example usage of v1.0.0

uses: ManojCSE17/[email protected]
with:
  token: ${{ secrets.GITHUB_TOKEN }}
  title: Some Issue Title
  body: Some Issue Body
  assignees: |
    ManojCSE17

Example usage of latest version

uses: ManojCSE17/open-issue@latest
with:
  token: ${{ secrets.GITHUB_TOKEN }}
  title: Some Issue Title
  body: Some Issue Body
  assignees: |
    ManojCSE17

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published