[Use versioned action to update make-docs procedure](d9c09cce58) [d9c09cc](d9c09cce58) https://github.com/grafana/writers-toolkit/blob/main/update-make-docs/action.yml --------- Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: grafanabot <bot@grafana.com> Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
14 lines
369 B
YAML
14 lines
369 B
YAML
name: Update `make docs` procedure
|
|
"on":
|
|
schedule:
|
|
- cron: "0 7 * * 1-5"
|
|
workflow_dispatch:
|
|
jobs:
|
|
main:
|
|
if: github.repository == 'grafana/oncall'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: grafana/writers-toolkit/update-make-docs@update-make-docs/v1
|
|
with:
|
|
pr_options: --label "pr:no changelog"
|