Skip to content

Commit

Permalink
feat(codeowners): add global owner (deepsea, iscsi & lvm)
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed May 5, 2020
1 parent 0601fe1 commit 0814914
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ssf/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,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): update '`'semantic-release'`' related files [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/174'
title: "chore(codeowners): add global codeowner [skip ci]"
body: '* Automated using https://github.com/myii/ssf-formula/pull/175'
# yamllint enable rule:line-length rule:quoted-strings
github:
owner: 'saltstack-formulas'
Expand Down
8 changes: 4 additions & 4 deletions ssf/files/tofs_template-formula/docs/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,13 @@ These formulas are already compatible with semantic-release *and* have global ``

#. `apt-formula <https://github.com/saltstack-formulas/apt-formula>`_
#. `bind-formula <https://github.com/saltstack-formulas/bind-formula>`_
#. `deepsea-formula <https://github.com/saltstack-formulas/deepsea-formula>`_
#. `fail2ban-formula <https://github.com/saltstack-formulas/fail2ban-formula>`_
#. `iptables-formula <https://github.com/saltstack-formulas/iptables-formula>`_
#. `iscsi-formula <https://github.com/saltstack-formulas/iscsi-formula>`_
#. `letsencrypt-formula <https://github.com/saltstack-formulas/letsencrypt-formula>`_
#. `libvirt-formula <https://github.com/saltstack-formulas/libvirt-formula>`_
#. `lvm-formula <https://github.com/saltstack-formulas/lvm-formula>`_
#. `nifi-formula <https://github.com/saltstack-formulas/nifi-formula>`_
#. `openvpn-formula <https://github.com/saltstack-formulas/openvpn-formula>`_
#. `packages-formula <https://github.com/saltstack-formulas/packages-formula>`_
Expand All @@ -181,14 +184,13 @@ These formulas are already compatible with semantic-release *and* have global ``

These formulas are also compatible with semantic-release:

16. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
19. `apache-formula <https://github.com/saltstack-formulas/apache-formula>`_
#. `apt-cacher-formula <https://github.com/saltstack-formulas/apt-cacher-formula>`_
#. `cert-formula <https://github.com/saltstack-formulas/cert-formula>`_
#. `chrony-formula <https://github.com/saltstack-formulas/chrony-formula>`_
#. `collectd-formula <https://github.com/saltstack-formulas/collectd-formula>`_
#. `consul-formula <https://github.com/saltstack-formulas/consul-formula>`_
#. `cron-formula <https://github.com/saltstack-formulas/cron-formula>`_
#. `deepsea-formula <https://github.com/saltstack-formulas/deepsea-formula>`_
#. `dhcpd-formula <https://github.com/saltstack-formulas/dhcpd-formula>`_
#. `django-formula <https://github.com/saltstack-formulas/django-formula>`_
#. `docker-formula <https://github.com/saltstack-formulas/docker-formula>`_
Expand All @@ -200,11 +202,9 @@ These formulas are also compatible with semantic-release:
#. `hostsfile-formula <https://github.com/saltstack-formulas/hostsfile-formula>`_
#. `icinga2-formula <https://github.com/saltstack-formulas/icinga2-formula>`_
#. `influxdb-formula <https://github.com/saltstack-formulas/influxdb-formula>`_
#. `iscsi-formula <https://github.com/saltstack-formulas/iscsi-formula>`_
#. `keepalived-formula <https://github.com/saltstack-formulas/keepalived-formula>`_
#. `locale-formula <https://github.com/saltstack-formulas/locale-formula>`_
#. `logrotate-formula <https://github.com/saltstack-formulas/logrotate-formula>`_
#. `lvm-formula <https://github.com/saltstack-formulas/lvm-formula>`_
#. `mongodb-formula <https://github.com/saltstack-formulas/mongodb-formula>`_
#. `mysql-formula <https://github.com/saltstack-formulas/mysql-formula>`_
#. `nfs-formula <https://github.com/saltstack-formulas/nfs-formula>`_
Expand Down
12 changes: 12 additions & 0 deletions ssf/formulas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@ ssf:
- .sls: 'test/salt/pillar/cron.sls'
semrel_files: *semrel_files_default
deepsea:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
context:
git:
github:
Expand Down Expand Up @@ -970,6 +974,10 @@ ssf:
ignore: *ignore_pillar_example
semrel_files: *semrel_files_default
iscsi:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
context:
git:
github:
Expand Down Expand Up @@ -1258,6 +1266,10 @@ ssf:
platforms_matrix: *platforms_matrix_without_arch
semrel_files: *semrel_files_default
lvm:
codeowners:
entries:
global:
- '*': '@noelmcloughlin'
context:
git:
github:
Expand Down

0 comments on commit 0814914

Please sign in to comment.