Skip to content

chore: merge release 24.11.0 to main #4811

chore: merge release 24.11.0 to main

chore: merge release 24.11.0 to main #4811

Workflow file for this run

name: "Lint PR"
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
types: |
build
chore
ci
doc
feat
fix
perf
refactor
revert
style
test
scopes: |
collector
config
exporter
grafana
influxdb
manager
matrix
poller
prometheus
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}