Skip to content

Commit

Permalink
fix todo example
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusyuriv committed Jun 28, 2024
1 parent 456a1fc commit 1bc5970
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ manifest:
automations:
review_todo_comments:
if:
- {{ source.diff.files | matchDiffLines(regex=r/^[+].*(TODO)|(todo)/) | some }}
- {{ source.diff.files | matchDiffLines(regex=r/^[+].*(TODO|todo)/) | some }}
run:
- action: request-changes@v1
args:
Expand Down

0 comments on commit 1bc5970

Please sign in to comment.