Skip to content

buluma/create-issue-action

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

Create Issue Action

Test Workflow

This will let you create an issue based on user input from your GitHub Workflow

Inputs

title

Required - Title of the issue

token

Required - Token of user that will create issue

assignees

Not Required - Assignes of the issue

labels

Not Required - Labels of the issue

body

Not Required - Body of the issue

Usages

- uses: buluma/create-issue-action@v2.0.0
  name: Create Issue Action
  with:
    title: Build Failed
    token: ${{secrets.GITHUB_TOKEN}}
    assignees: ${{github.actor}}
    labels: worflow-failed
    body: Workflow failed for commit ${{github.sha}}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published