chore(deps): update patch-grouped (stable/8.7) #3547
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| 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 |