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 1c901c7 commit 380adbbCopy full SHA for 380adbb
.evergreen/scripts/resync-all-specs.py
@@ -76,7 +76,7 @@ def write_summary(errored: dict[str, str], new: list[str], filename: Optional[st
76
text=True,
77
check=True,
78
)
79
- succeeded = [i for i in process.stdout.strip().split() if "data/mci/" not in i]
+ succeeded = process.stdout.strip().split()
80
if len(succeeded) > 0:
81
pr_body += "The following specs were changed:\n -"
82
pr_body += "\n -".join(succeeded)
0 commit comments