Skip to content

Commit b86ea3f

Browse files
docs(site): document assignee fallback to last git author in create-work-item (#847)
When 'assignee' is omitted from the create-work-item configuration, the executor falls back to the email of the last person who committed changes to the agent source markdown file, discovered via 'git log' at Stage 3. This behaviour was in docs/safe-outputs.md but missing from the site reference page. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 58631df commit b86ea3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/content/docs/reference/safe-outputs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Creates an Azure DevOps work item.
7676
- `work-item-type` - Work item type (default: "Task")
7777
- `area-path` - Area path for the work item
7878
- `iteration-path` - Iteration path for the work item
79-
- `assignee` - User to assign (email or display name)
79+
- `assignee` - User to assign (email or display name). When omitted, falls back to the email of the last person who committed changes to the agent source markdown file (discovered via `git log` at Stage 3).
8080
- `tags` - Static list of tags always applied to the work item (regardless of agent input)
8181
- `allowed-tags` - Allowlist of tags the agent is permitted to use via the `tags` parameter. If empty, any agent-provided tags are accepted. Supports `*` wildcards anywhere in the pattern (e.g., `"agent-*"` matches `"agent-created"`; `"copilot:repo=org/project/*@main"` matches any repo name).
8282
- `custom-fields` - Map of custom field reference names to values (e.g., `Custom.MyField: "value"`)

0 commit comments

Comments
 (0)