Skip to content

Add create-issue safe output with delight label to delight workflow#10380

Merged
pelikhan merged 3 commits intomainfrom
copilot/add-delight-label-to-issues
Jan 17, 2026
Merged

Add create-issue safe output with delight label to delight workflow#10380
pelikhan merged 3 commits intomainfrom
copilot/add-delight-label-to-issues

Conversation

Copy link
Contributor

Copilot AI commented Jan 16, 2026

The delight agentic workflow can now create GitHub issues in addition to discussions. Issues created through the workflow automatically receive the "delight" label.

Changes

.github/workflows/delight.md:

  • Added create-issue safe output with labels: [delight] and max: 3
  • Updated workflow instructions to allow issue creation as an alternative to embedding tasks in discussions

.github/workflows/delight.lock.yml:

  • Recompiled with new safe output configuration
  • Handler config: "create_issue":{"labels":["delight"],"max":3}

Configuration

safe-outputs:
  create-discussion:
    category: "audits"
    max: 1
    close-older-discussions: true
  create-issue:
    labels: [delight]
    max: 3

The labels field ensures all issues created by the workflow automatically have the "delight" label applied without requiring explicit labeling in the agent's tool calls.

Original prompt

This section details on the original issue you should resolve

<issue_title>Delight agentic usign delight lables</issue_title>
<issue_description>The delight agentic workflow should add the "delight" label to created issues (safe-outputs.create-issue)</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add delight label to created issues in agentic workflow Add create-issue safe output with delight label to delight workflow Jan 17, 2026
Copilot AI requested a review from mnkiefer January 17, 2026 00:12
@pelikhan pelikhan marked this pull request as ready for review January 17, 2026 00:23
@pelikhan pelikhan merged commit 811f823 into main Jan 17, 2026
47 checks passed
@pelikhan pelikhan deleted the copilot/add-delight-label-to-issues branch January 17, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delight agentic usign delight lables

3 participants