Skip to content

Commit c28b405

Browse files
Copilotpelikhan
andcommitted
Fix assign-to-user job not being invoked on workflow_dispatch
The assign_to_user job requires `target: "*"` when triggered via workflow_dispatch since there's no issue context. Without this, the job condition included `(github.event.issue.number)` which evaluates to falsy on workflow_dispatch events. Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 4e070e1 commit c28b405

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/dev.lock.yml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dev.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ tools:
1515
safe-outputs:
1616
assign-to-user:
1717
allowed: [mrjf]
18+
target: "*"
1819
---
1920
# Dependency Issue Assignment
2021

0 commit comments

Comments
 (0)