Skip to content

ci: cheese1 has signed the ccla #5022

ci: cheese1 has signed the ccla

ci: cheese1 has signed the ccla #5022

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@0723387faaf9b38adef4775cd42cfd5155ed6017
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 }}