forked from updatecli/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.yaml
More file actions
43 lines (38 loc) · 860 Bytes
/
docs.yaml
File metadata and controls
43 lines (38 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: "docs: update Updatecli cli documentation"
pipelineid: cli_docs
labels:
event: release
monitoring: enable
actions:
default:
kind: github/pullrequest
spec:
automerge: true
reviewers:
- updatecli/core
labels:
- chore
mergemethod: squash
scmid: default
scms:
default:
kind: github
spec:
branch: "{{ .scm.branch }}"
email: "{{ .scm.email }}"
owner: "{{ .scm.owner }}"
repository: "{{ .scm.repository }}"
user: "{{ .scm.user }}"
force: true
commitusingapi: {{ .scm.commitusingapi }}
disabled: false
targets:
jsonschema:
name: "docs: update updatecli cli documentation"
kind: shell
spec:
command: updatecli docs -d ./content/en/docs/commands
environments:
- name: PATH
scmid: default
version: "0.109.0"