Skip to content

fix: Hard-coded metrics port on the standalone chart #218

fix: Hard-coded metrics port on the standalone chart

fix: Hard-coded metrics port on the standalone chart #218

Workflow file for this run

name: Pre-merge checks
on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled, milestoned, demilestoned]
jobs:
check-labels:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.11'
- name: Check PR labels
run: python .github/scripts/check_labels.py
- name: Check PR release note
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
run: python .github/scripts/check_changelog.py