Skip to content

Trigger probe workflow automatically when an issue is opened - #71

Merged
dwilding merged 1 commit into
mainfrom
auto-trigger-on-issue-open
Sep 7, 2026
Merged

Trigger probe workflow automatically when an issue is opened#71
dwilding merged 1 commit into
mainfrom
auto-trigger-on-issue-open

Conversation

@dwilding

@dwilding dwilding commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Add issues: [opened] as a trigger alongside the existing workflow_dispatch. The workflow now runs automatically when someone opens an issue, and can still be manually dispatched to re-run on an existing issue.

The ISSUE_NUMBER env var and concurrency group use github.event.issue.number for the issues trigger, falling back to github.event.inputs.issue_number for workflow_dispatch. A job-level if condition guards against running when neither is available.

Updated README and AGENT_DESIGN.md to reflect the automatic trigger.

Add 'issues: [opened]' as a trigger alongside the existing
workflow_dispatch. The workflow now runs automatically when someone
opens an issue, and can still be manually dispatched to re-run on an
existing issue.

The ISSUE_NUMBER env var and concurrency group use
github.event.issue.number for the issues trigger, falling back to
github.event.inputs.issue_number for workflow_dispatch. A job-level
if condition guards against running when neither is available.

Updated README and AGENT_DESIGN.md to reflect the automatic trigger.
@dwilding
dwilding merged commit 098c574 into main Sep 7, 2026
2 checks passed
@dwilding
dwilding deleted the auto-trigger-on-issue-open branch September 7, 2026 00:43
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.

1 participant