Skip to content

Commit

Permalink
chore(ci): add trigger for todo-checker
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Feb 17, 2025
1 parent ed35696 commit a135b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todo-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request_review_comment:
types: [edited, deleted]
pull_request:
types: [opened, synchronize, reopened]
types: [opened, synchronize, reopened, ready_for_review]

jobs:
find_todos:
Expand Down

0 comments on commit a135b5e

Please sign in to comment.