Skip to content

Commit

Permalink
Merge pull request #543 from Yusyuriv/fix-todo-example
Browse files Browse the repository at this point in the history
Fix todo example
  • Loading branch information
vim-zz authored Jun 30, 2024
2 parents 456a1fc + 1bc5970 commit 40bf08b
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 40bf08b

Please sign in to comment.