Skip to content

[Backport 4.8] OF-2818: Netty should not use 5MB buffers #75

[Backport 4.8] OF-2818: Netty should not use 5MB buffers

[Backport 4.8] OF-2818: Netty should not use 5MB buffers #75

Workflow file for this run

name: Backport merged pull request
on:
pull_request_target:
types: [closed]
permissions:
contents: write # so it can comment
pull-requests: write # so it can create pull requests
jobs:
backport:
name: Backport pull request
runs-on: ubuntu-latest
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- uses: actions/checkout@v4
- name: Create backport pull requests
uses: korthout/backport-action@v2