* Added environment variable YDB_TABLE_CLIENT_USE_QUERY_SESSION
for create session in table client using query service client API
#5267
This file contains 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: changelog | |
on: | |
pull_request_target: | |
jobs: | |
changelog: | |
name: changelog | |
concurrency: | |
group: changelog-${{ github.ref }} | |
cancel-in-progress: true | |
if: (!contains(github.event.pull_request.labels.*.name, 'no changelog')) | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout sources | |
uses: actions/checkout@v4 | |
- name: Changelog updated | |
uses: Zomzog/[email protected] | |
with: | |
fileName: CHANGELOG.md | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |