Skip to content

allowed to create xerrors.TransportError() from grpc status error + r… #3014

allowed to create xerrors.TransportError() from grpc status error + r…

allowed to create xerrors.TransportError() from grpc status error + r… #3014

Workflow file for this run

name: changelog
on:
pull_request_target:
jobs:
changelog:
name: changelog
concurrency:
group: changelog-${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Changelog updated
uses: Zomzog/[email protected]
with:
fileName: CHANGELOG.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}