Skip to content

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v42.71.0 (main) #152

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v42.71.0 (main)

chore(deps): update pre-commit hook renovatebot/pre-commit-hooks to v42.71.0 (main) #152

---
name: Internal - Global - Pull Request TODO checker
# This workflow triggers a scan of TODOs in the current pull request.
# For each TODO that is not marked to be ignored, it posts a comment.
# It helps ensure that no TODOs are accidentally left behind in merged PRs.
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
call-todo-checker:
uses: camunda/infraex-common-config/.github/workflows/todo-checker-global.yml@b52f5bb65b5bb9e0b0458c46b8671bf1fe9a907f # 1.5.7
secrets: inherit