mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
20 lines
524 B
YAML
20 lines
524 B
YAML
name: Update `make docs` procedure
|
|
on:
|
|
schedule:
|
|
- cron: '0 7 * * 1-5'
|
|
workflow_dispatch:
|
|
jobs:
|
|
main:
|
|
if: github.repository == 'grafana/grafana'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1
|
|
with:
|
|
pr_options: >
|
|
--label 'backport v10.1.x'
|
|
--label 'backport v10.2.x'
|
|
--label 'backport v10.3.x'
|
|
--label no-changelog
|
|
--label type/docs
|