diff --git a/.github/advanced-issue-labeler.yml b/.github/advanced-issue-labeler.yml index 454f7e1cdd..7798783054 100644 --- a/.github/advanced-issue-labeler.yml +++ b/.github/advanced-issue-labeler.yml @@ -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' diff --git a/.github/labeler.yml b/.github/labeler.yml index f3278bbd0f..239316c63a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -228,4 +228,25 @@ HCP Docs: - changed-files: - any-glob-to-any-file: [ 'content/hcp-docs/**' - ] \ No newline at end of file + ] + +# 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/**' + ]