Skip to content

Commit b5741a1

Browse files
jamesadevineCopilot
andcommitted
fix(safe-outputs): add missing agent_last_committer field to test ExecutionContext structs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4ca23e5 commit b5741a1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/safeoutputs/create_pr.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,7 @@ new file mode 100755
25102510
uploaded_pipeline_artifact_keys: std::sync::Arc::new(std::sync::Mutex::new(
25112511
std::collections::HashSet::new(),
25122512
)),
2513+
agent_last_committer: None,
25132514
};
25142515
let outcome = result.execute_impl(&ctx).await.unwrap();
25152516
assert!(!outcome.success);

src/safeoutputs/upload_build_attachment.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ attachment-type: "agent-artifact"
854854
uploaded_pipeline_artifact_keys: std::sync::Arc::new(std::sync::Mutex::new(
855855
std::collections::HashSet::new(),
856856
)),
857+
agent_last_committer: None,
857858
}
858859
}
859860

0 commit comments

Comments
 (0)