Skip to content

Commit d0de006

Browse files
authored
Temporarily skip check TODO (#14413)
1 parent 73c1e32 commit d0de006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/todos-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
3737
# Check the diff for TODOs
3838
if echo "$DIFF" | grep -Eq '^\+.*(TODO|FIXME)'; then
39-
echo "TODO found in the changes. Please resolve it before merging."
40-
exit 1
39+
echo "TODO or FIXME found in the changes. Please resolve it before merging."
40+
# exit 1
4141
else
4242
echo "No TODOs found in changed content."
4343
fi

0 commit comments

Comments
 (0)