Skip to content

Commit

Permalink
feat(codeowners): update semantic-release related files
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 4, 2020
1 parent 70b496a commit 82d53b6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 82d53b6

Please sign in to comment.