From 82d53b6dc981a9cb556c610bcadf5de722dcb15c Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 4 May 2020 23:05:56 +0100 Subject: [PATCH] feat(codeowners): update `semantic-release` related files --- ssf/defaults.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ssf/defaults.yaml b/ssf/defaults.yaml index 94b7efe9..73830c73 100644 --- a/ssf/defaults.yaml +++ b/ssf/defaults.yaml @@ -17,6 +17,8 @@ ssf_node_anchors: specific_ssf: - '/.github/workflows/': '@saltstack-formulas/ssf' - '/bin/kitchen': '@saltstack-formulas/ssf' + - '/docs/AUTHORS.rst': '@saltstack-formulas/ssf' + - '/docs/CHANGELOG.rst': '@saltstack-formulas/ssf' - '/docs/TOFS_pattern.rst': '@saltstack-formulas/ssf' - '/./libsaltcli.jinja': '@saltstack-formulas/ssf' - '/./libtofs.jinja': '@saltstack-formulas/ssf' @@ -28,8 +30,11 @@ ssf_node_anchors: - '/.salt-lint': '@saltstack-formulas/ssf' - '/.travis.yml': '@saltstack-formulas/ssf' - '/.yamllint': '@saltstack-formulas/ssf' - - '/commitlint.config.js': '@saltstack-formulas/ssf' + - '/AUTHORS.md': '@saltstack-formulas/ssf' + - '/CHANGELOG.md': '@saltstack-formulas/ssf' - '/CODEOWNERS': '@saltstack-formulas/ssf' + - '/commitlint.config.js': '@saltstack-formulas/ssf' + - '/FORMULA': '@saltstack-formulas/ssf' - '/Gemfile': '@saltstack-formulas/ssf' - '/Gemfile.lock': '@saltstack-formulas/ssf' - '/kitchen.yml': '@saltstack-formulas/ssf' @@ -50,8 +55,8 @@ ssf_node_anchors: # An alternative method could be to use: # `git describe --abbrev=0 --tags` # yamllint disable rule:line-length rule:quoted-strings - title: "chore(codeowners): add to repo [skip ci]" - body: '* Automated using https://github.com/myii/ssf-formula/pull/173' + title: "chore(codeowners): update '`'semantic-release'`' related files [skip ci]" + body: '* Automated using https://github.com/myii/ssf-formula/pull/174' # yamllint enable rule:line-length rule:quoted-strings github: owner: 'saltstack-formulas'