Skip to content

chore(deps): update minor-grouped #514

chore(deps): update minor-grouped

chore(deps): update minor-grouped #514

---
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@18718a9ca7599dc71ef3624230ad624720e85ee9 # 1.6.0
secrets: inherit