oncall-engine/.github/workflows/update-make-docs.yml
github-actions[bot] f80d035030
Update make docs procedure (#3265)
[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>
2023-11-06 10:09:09 +00:00

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"