Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@


policy:
- template: [ docs.yml]
- template: [docs.yml]
section:
- id: [product]
label:
- name: 'Boundary'
keys: ['Boundary']
- name: 'Consul'
keys: ['Consul']
keys: ['Consul', 'Runtime']
- name: 'HCP'
keys: ['HashiCorp Cloud Platform']
- name: 'Nomad'
keys: ['Nomad']
keys: ['Nomad', 'Runtime']
- name: 'Packer'
keys: ['Packer']
- name: 'Sentinel'
Expand Down
23 changes: 22 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,25 @@ HCP Docs:
- changed-files:
- any-glob-to-any-file: [
'content/hcp-docs/**'
]
]

# Add 'Runtime' label to changes under 'content/consul', 'content/nomad', 'content/hcp-docs/content/docs/cli' and 'content/hcp-docs/content/docs/hcp'
#
# Label | Rule
# --------------- | ------------------------------------------------------------
# Runtime | Default; applies to all doc updates
# Runtime | Updates to Consul documentation
# Runtime | Updates to Nomad documentation
# Runtime | Updates to HCP CLI documentation
# Runtime | Updates to HCP platform documentation


Runtime:
- any:
- changed-files:
- any-glob-to-any-file: [
'content/consul/**'
'content/nomad/**'
'content/hcp-docs/content/docs/cli/**'
'content/hcp-docs/content/docs/hcp/**'
]
Loading