Skip to content

chore(deps): update patch-grouped (stable/8.7) #3547

chore(deps): update patch-grouped (stable/8.7)

chore(deps): update patch-grouped (stable/8.7) #3547

---
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@cb673a2ce24ba79afed0507f3d245cdecf17337f # 1.4.8
secrets: inherit