Skip to content

fix: shutdown app on nats connection closed #3978

fix: shutdown app on nats connection closed

fix: shutdown app on nats connection closed #3978

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
# Triage:
# permissions:
# contents: read
# pull-requests: write
# runs-on: formance-runner
# steps:
# - uses: actions/labeler@v5
# with:
# repo-token: "${{ secrets.GITHUB_TOKEN }}"
PR:
name: Check PR Title
runs-on: formance-runner
permissions:
statuses: write
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification.
failure-state: Title does not follow the specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}