Skip to content
Recued
Menu
← Back to recipes

Create a GitHub issue intake

by recued-core v1

Approval-gated GitHub issue creation workflow. It reads the authenticated user and target repository for context, then creates exactly one issue with bounded title, body, labels, assignees, and milestone fields through recued-core.github-pack. It does not update existing issues, post comments, create or update pull requests, merge code, rerun or cancel workflows, dispatch workflows, mutate branches, change repository settings, touch secrets or collaborators, create webhooks, or call arbitrary GitHub APIs.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
repo trim
Trim whitespace from setting repo
title trim
Trim whitespace from setting title
body trim
Trim whitespace from setting body
milestone trim
Trim whitespace from setting milestone
has_repo compare
Check if repo has data
has_title compare
Check if title has data
viewer ?
repository ?
skip_create any
Check if any of the conditions are true
created_issue ?
skip: step.skip_create equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

body setting =
repo setting =
title setting =
github setting =
labels setting =
assignees setting =
milestone setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Github connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

github githubissuescreateapprovaldeveloper-workflowrepositorypack:github

Details

12 steps 7 configurable settings recipe_id: create-github-issue-intake