We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171c557 commit 8cfcdc6Copy full SHA for 8cfcdc6
1 file changed
tests/bash_lint_tests.rs
@@ -76,6 +76,7 @@ const FIXTURES: &[&str] = &[
76
"azure-devops-mcp-agent.md",
77
"pipeline-trigger-agent.md",
78
"pipeline-filter-agent.md",
79
+ "pr-filter-tier1-agent.md",
80
"runtime-coverage-agent.md",
81
"runtime-coverage-1es-agent.md",
82
];
@@ -102,6 +103,7 @@ const REQUIRED_STEP_DISPLAY_NAMES: &[&str] = &[
102
103
"Initialize empty agent memory (clearMemory=true)",
104
"Generate GITHUB_PATH file", // src/compile/common.rs (AWF path step)
105
"Evaluate pipeline filters", // src/compile/extensions/trigger_filters.rs + src/compile/filter_ir.rs
106
+ "Evaluate PR filters", // src/compile/filter_ir.rs (GateContext::PullRequest)
107
"Verify MCP backends", // src/compile/common.rs (--debug-pipeline only)
108
109
0 commit comments