Skip to content

GH-4198: Fix async retry bookkeeping for Mono listener failures #342

GH-4198: Fix async retry bookkeeping for Mono listener failures

GH-4198: Fix async retry bookkeeping for Mono listener failures #342

name: Backport Issue
on:
push:
branches:
- '*.x'
jobs:
backport-issue:
if: contains(github.event.head_commit.message, 'Fixes:') || contains(github.event.head_commit.message, 'Closes:')
runs-on: ubuntu-latest
steps:
- uses: spring-io/backport-bot@v0.0.2
with:
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}