Skip to content

Health Check endpoints #83

Health Check endpoints

Health Check endpoints #83

Workflow file for this run

name: PR Labeler
on:
pull_request:
types: [opened, reopened, synchronize, assigned]
branches:
- develop # matches develop branch
- '*/*' # matches every branch containing a single '/'
- '!master' # excludes master branch (production)
permissions:
contents: read
jobs:
pr-labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Add labels to PR
uses: TimonVS/pr-labeler-action@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}