"With the latest revision this PR passed the Python code formatter."

Recently every PR seems to get a comment added, which sends me an automated email notification from github-actions[bot], saying:

✅ With the latest revision this PR passed the Python code formatter.

This seems like spam, since the vast majority of these patches don’t even touch any Python code. Is there some way to disable the comments/emails please? Thanks.

Yep. This is due to an update splitting the code formatting job in Github actions for security reasons. It should be resolved by [workflow] Don't add a comment when the first run of the formatter passes by tstellar · Pull Request #86335 · llvm/llvm-project · GitHub.

1 Like