Skip to content

fix(argocd-image-updater): Add ServiceMonitor TLS and authorization options #111

fix(argocd-image-updater): Add ServiceMonitor TLS and authorization options

fix(argocd-image-updater): Add ServiceMonitor TLS and authorization options #111

Workflow file for this run

name: "Lint Changelog"
on:
pull_request:
types:
- opened
- synchronize
paths:
- "charts/*/Chart.yaml"
permissions:
contents: read
jobs:
validate-changelog:
name: Validate single changelog entry
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- name: Check artifacthub.io/changes entries
run: ./scripts/lint-changelog.sh