library
turbot/github
Get Involved
Version
Pipeline: 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_issueUse this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = github.pipeline.test_create_issue }Params
| Name | Type | Required | Description | Default |
|---|---|---|---|---|
| conn | connection.github | Yes | Name of Github connection to use. If not provided, the default Github connection will be used. | connection.github.default |
| issue_title | string | Yes | Test Issue | |
| issue_body | string | Yes | This is a test issue. |
Outputs
| Name | Description |
|---|---|
| created_issue | Created issue. |
| create_issue | Check for pipeline.create_issue. |
| get_issue_by_number | Check for pipeline.get_issue_by_number. |
| close_issue | Check for pipeline.close_issue. |
Tags
folder = Tests