Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 8 additions & 32 deletions .github/workflows/smoke-issues.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions .github/workflows/smoke-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
private: true
emoji: "🧪"
name: Smoke Issues
description: Create a daily haiku issue in Linear and Jira through safe outputs
description: Create a daily haiku issue in Jira through safe outputs
on:
schedule: daily
workflow_dispatch:
Expand All @@ -11,25 +11,21 @@ permissions:
actions: read
engine: copilot
safe-outputs:
linear-create-issue:
team-id: ${{ vars.LINEAR_TEAM_ID }}
project-id: "810f57a7e383"
max: 1
jira-create-issue:
max: 1
staged: true
timeout-minutes: 5
---

# Smoke Issues

Generate one original haiku about code, automation, or workflows using a 5-7-5 syllable pattern.

Create exactly two issues containing the same haiku and the workflow run URL:
Create exactly one issue containing the haiku and the workflow run URL:

1. Use `linear_create_issue` to create one issue in the configured Linear project.
2. Use `jira_create_issue` to create one `Task` in Jira project `KAN`.
Use `jira_create_issue` to create one `Task` in Jira project `KAN`.

Use `Smoke Issues — ${{ github.run_id }}` as both issue titles. Include this run URL in both issue bodies:
Use `Smoke Issues — ${{ github.run_id }}` as the issue title. Include this run URL in the issue body:
`${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}`.

Do not create GitHub issues or use any other write tools.