feat: auto-derive Redis consumer names from pod identity & replace polling with TaskCompletionSource #104
Workflow file for this run
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: ci | |
| on: | |
| workflow_dispatch: | |
| push: | |
| paths-ignore: | |
| - .github/copilot-instructions.md | |
| - .github/dependabot.yml | |
| - LICENSE | |
| - README.md | |
| pull_request: | |
| branches: [main] | |
| types: [opened, synchronize, reopened] | |
| permissions: {} #Note: deny all permissions at the workflow level; individual jobs declare only what they need (principle of least privilege) | |
| jobs: | |
| release: | |
| uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1 | |
| permissions: | |
| contents: write |