Skip to content

thisisbramiller/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 New 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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published