Skip to content

mustafaskyer/js-action

Repository files navigation

Github Issue Action

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

uses: mustafaskyer/issue-action@v1
with:
 token: ${{ secrets.GITHUB_TOKEN }}
 title: Some Issue Title
 body: Some Issue Body
 assignees: 'mustafaskyer'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published