Commit c28b405
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
2 files changed
+5
-2
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments