library
turbot/github
OverviewPipelines
0
Triggers
0
Variables
GitHub

Test Create Issue

Test the create issue pipeline.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run github.pipeline.test_create_issue

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = github.pipeline.test_create_issue
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
issue_titlestringYesTest Issue
issue_bodystringYesThis is a test issue.

Outputs

NameDescription
created_issueCreated issue.
create_issueCheck for pipeline.create_issue.
get_issue_by_numberCheck for pipeline.get_issue_by_number.
close_issueCheck for pipeline.close_issue.

Tags

type = test