fix(kv_pool): free blocks immediately on request finish in layerwise … #543
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: Merge Conflict Labeler | |
| on: | |
| push: | |
| pull_request_target: | |
| types: [synchronize] | |
| jobs: | |
| main: | |
| runs-on: linux-amd64-cpu-2-hk | |
| steps: | |
| - name: check if prs are dirty | |
| uses: eps1lon/actions-label-merge-conflict@v3 | |
| with: | |
| dirtyLabel: "merge-conflicts" | |
| repoToken: "${{ secrets.GITHUB_TOKEN }}" | |
| retryAfter: 5 | |
| retryMax: 1 | |
| commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request." |