fix: release cluster membership events on routing table convergence (… #1625
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: commitlint | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| # ready_for_review is not a default activity type: list it (plus the | |
| # defaults) so marking a draft PR ready also starts a run. | |
| types: [opened, synchronize, reopened, ready_for_review] | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| commitlint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - uses: wagoid/commitlint-github-action@v6 |