Skip to content

feat(helm): update chart postgresql to 15.5.1 #1658

feat(helm): update chart postgresql to 15.5.1

feat(helm): update chart postgresql to 15.5.1 #1658

Workflow file for this run

---
name: Meta - Labeler
on: # yamllint disable-line rule:truthy
pull_request:
branches:
- main
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"