Skip to content

feat(s3stream): wait for the background executor to close when shutting down the S3 storage #1495

feat(s3stream): wait for the background executor to close when shutting down the S3 storage

feat(s3stream): wait for the background executor to close when shutting down the S3 storage #1495

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}