Skip to content

Add /health endpoint for service monitoring #240

Add /health endpoint for service monitoring

Add /health endpoint for service monitoring #240

name: Check PR Release Notes
on:
pull_request:
types: [opened, synchronize, reopened, edited, labeled, unlabeled]
branches: [ master ]
jobs:
check-release-notes:
name: Check PR Release Notes
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v5.1.1
with:
python-version: '3.13'
- name: Check presence of release notes in PR description
uses: AbsaOSS/release-notes-presence-check@v0.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
github-repository: ${{ github.repository }}
pr-number: ${{ github.event.number }}
title: '(\*\*[Rr]elease [Nn]otes\*\*|[Rr]elease [Nn]otes:)'