Skip to content

Using the Uni or ManagedExecutor or other async calls does not release DB connection at end of transaction #49589

Using the Uni or ManagedExecutor or other async calls does not release DB connection at end of transaction

Using the Uni or ManagedExecutor or other async calls does not release DB connection at end of transaction #49589

Workflow file for this run

name: "Epic issue lists"
on:
issues:
types: [opened, edited, labeled]
concurrency:
group: "workflow = ${{ github.workflow }}, ref = ${{ github.event.ref }}, issue = ${{ github.event.issue.id }}"
cancel-in-progress: ${{ github.event_name == 'issues' || github.repository != 'quarkusio/quarkus' }}
jobs:
autolabel:
if: github.repository == 'quarkusio/quarkus'
runs-on: ubuntu-latest
name: auto label
steps:
# - name: Debug Action
# uses: hmarr/debug-action@v1.0.0
- name: epicmaker
uses: docker://maxandersen/jbang-epic-maker
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
BOTNAME: quarkusbot
EPICLABEL: kind/epic