linear-b / gitstream

/:\ gitStream - Workflow automation for your git repo. Use YAML to auto-assign reviewers, auto-merge PRs, automatic PR labeler, and more.
https://gitstream.cm
Apache License 2.0
254 stars 30 forks source link

check if new python files added #467

Closed PavelLinearB closed 6 months ago

gitstream-cm[bot] commented 6 months ago

A screenshot of the relevant part of docs after the changes is a life saver 🛟

PavelLinearB commented 6 months ago

PR title says python, the text in the file says JavaScript...

{{ branch.diff.files_metadata | filter(attr='original_file', regex=r/^$/) | filter(attr='new_file', regex=r/.py$/) | some }}