We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a80a1 commit 51d98d2Copy full SHA for 51d98d2
1 file changed
src/bin/pr-metadata-validator.rs
@@ -285,12 +285,6 @@ async fn check_pr_file_changes(
285
};
286
let directory_description_regex = directory_regex_captures
287
.get(1)
288
- .with_context(|| {
289
- format!(
290
- "Check CHANGE_DIR declaration in issue {}",
291
- task_issue.html_url
292
- )
293
- })
294
.expect("Regex capture failed to return string match")
295
.as_str(); // Only allows a single directory for now
296
0 commit comments