Added stats tool to measure message frequency, bandwidth, deserialization time and compression gains #18
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: Backport | |
| on: | |
| pull_request_target: | |
| types: [closed, labeled] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| backport: | |
| name: Backport | |
| runs-on: ubuntu-latest | |
| if: github.event.pull_request.merged == true | |
| steps: | |
| - uses: actions/checkout@v6.0.2 | |
| - name: Create backport pull request | |
| uses: korthout/backport-action@v4.3.0 | |
| with: | |
| github_token: '${{ secrets.BACKPORT_PAT }}' |