Skip to content

doc: add user creation to quickstart #4817

doc: add user creation to quickstart

doc: add user creation to quickstart #4817

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 }}