|
1 | 1 | ---
|
| 2 | +# TODO: allow layered loading from other repos like dependabot config |
| 3 | +# Symlink this as ~/pre.yml and use https://github.com/pycontribs/gh-pre |
2 | 4 | # This file documents repositories that are nurtured by Ansible DevTools team.
|
3 | 5 | # Not all these repos are fully managed or maintained by the team.
|
4 | 6 | # We aim to use this file when performing maintenance and audit.
|
5 |
| -# |
6 |
| -# Symlink this as ~/pre.yml and use https://github.com/pycontribs/gh-pre |
7 | 7 | # to review open pull requests and issues.
|
8 |
| -repos: |
9 |
| - # primary projects |
10 |
| - - ansible/ansible-compat |
11 |
| - - ansible/ansible-creator # scaffolding (templating) for new content |
12 |
| - - ansible/ansible-dev-tools # former cdk/sdk, the devtools 'bundle', server |
13 |
| - - ansible/ansible-development-environment # former pip4a (venv installer) |
14 |
| - - ansible/ansible-lint |
15 |
| - - ansible/ansible-navigator |
16 |
| - - ansible/community-ansible-dev-tools-image |
17 |
| - - ansible/creator-ee # deprecated in favour of community-ansible-dev-tools-image |
18 |
| - - ansible/molecule |
19 |
| - - ansible/pytest-ansible |
20 |
| - - ansible/team-devtools |
21 |
| - - ansible/tox-ansible |
22 |
| - - ansible/vscode-ansible |
23 |
| - |
24 |
| - # experimental / tech-preview |
25 |
| - - ansible/ansible-backstage-plugins # private |
26 |
| - |
27 |
| - # auxiliary (usually dependencies) |
28 |
| - - ansible-collections/community.molecule |
29 |
| - - ansible/ansible-workspace-env-reference-image # dev-spaces reference |
30 |
| - - ansible/mkdocs-ansible |
31 |
| - - ansible/team-devtools |
32 |
| - - pycontribs/enrich |
33 |
| - - pycontribs/subprocess-tee |
34 |
| - |
35 |
| - # nurtured (helped on best effort basis) |
36 |
| - - ansible-community/molecule-plugins |
37 |
| - |
38 |
| - # unmaintained, obsoleted or archived: |
39 |
| - # - ansible-community/protogen # deprecated? |
40 |
| - # - ansible-community/role2collection |
41 |
| - # - ansible/ansible-language-server (now part vscode-ansible) |
42 |
| - # - ansible/ansible-lint-action (now part of ansible-lint) |
43 |
| - # - pycontribs/selinux |
44 |
| - # - pytest-molecule |
| 8 | +_version: 1 |
| 9 | +# _extends: gh-org/gh-repo |
| 10 | +teams: |
| 11 | + devtools: |
| 12 | + # https://rover.redhat.com/groups/group/ansible-devtools (ldap) |
| 13 | + # https://github.com/orgs/ansible/teams/devtools/members (github) |
| 14 | + - alisonlhart |
| 15 | + - audgirka |
| 16 | + - qalthos |
| 17 | + - shatakshiiii |
| 18 | + - ssbarnea |
| 19 | + indirect: |
| 20 | + - KB-perByte # Sagar |
| 21 | + - ansibuddy |
| 22 | + - ariordan-redhat |
| 23 | + - cidrblock # Brad |
| 24 | + - ganeshrn |
| 25 | + - ruchip16 |
| 26 | + - trishnaguha |
| 27 | + # repo key can be 'gh-org/gh-repo' or other simple, override url could be |
| 28 | + # configured using 'repo:' key. |
| 29 | + _default: |
| 30 | + # special meaning, all other keys will inherit attributes this entry |
| 31 | + group: primary |
| 32 | + # owners: is used to record SMEs, primary, backup, ... |
| 33 | + ansible-collections/community.molecule: |
| 34 | + section: community |
| 35 | + # ansible-community/molecule-plugins: |
| 36 | + # section: community |
| 37 | + ansible/ansible-backstage-plugins: |
| 38 | + owners: [audgirka] |
| 39 | + section: experimental |
| 40 | + ansible/ansible-compat: |
| 41 | + owners: [qalthos, audgirka] |
| 42 | + section: primary |
| 43 | + ansible/ansible-content-actions: |
| 44 | + owners: [KB-perByte, ssbarnea] |
| 45 | + section: experimental |
| 46 | + # https://github.com/marketplace/actions/ansible-content-actions |
| 47 | + ansible/ansible-creator: |
| 48 | + owners: [audgirka, shatakshiiii] |
| 49 | + section: experimental |
| 50 | + ansible/ansible-dev-environment: |
| 51 | + owners: [qalthos, shatakshiiii] |
| 52 | + section: primary |
| 53 | + ansible/ansible-dev-tools: |
| 54 | + owners: [audgirka, shatakshiiii] |
| 55 | + section: primary |
| 56 | + # https://github.com/orgs/ansible/packages/container/community-ansible-dev-tools/settings |
| 57 | + ansible/ansible-lint: |
| 58 | + owners: [audgirka, qalthos] |
| 59 | + section: primary |
| 60 | + ansible/ansible-navigator: |
| 61 | + owners: [shatakshiiii] |
| 62 | + section: primary |
| 63 | + ansible/ansible-workspace-env-reference-image: |
| 64 | + section: community |
| 65 | + ansible/mkdocs-ansible: |
| 66 | + section: community |
| 67 | + ansible/molecule: |
| 68 | + owners: [qalthos, audgirka] |
| 69 | + ansible/pytest-ansible: |
| 70 | + owners: [shatakshiiii, qalthos] |
| 71 | + section: experimental |
| 72 | + ansible/team-devtools: |
| 73 | + owners: [ssbarnea] |
| 74 | + ansible/tox-ansible: |
| 75 | + owners: [shatakshiiii, qalthos] |
| 76 | + section: experimental |
| 77 | + ansible/vscode-ansible: |
| 78 | + owners: [alisonlhart, audgirka] |
| 79 | + ansible/ansible-contributor-metrics: |
| 80 | + owners: [ssbarnea] |
| 81 | + section: experimental |
| 82 | + coactions/dynamic-matrix: |
| 83 | + section: community |
| 84 | + pycontribs/enrich: |
| 85 | + section: community |
| 86 | + pycontribs/subprocess-tee: |
| 87 | + section: community |
| 88 | +sections: |
| 89 | + community: |
| 90 | + deprecated: |
| 91 | + experimental: |
| 92 | + primary: |
| 93 | +# unmaintained, obsoleted or archived: |
| 94 | +# ansible-community/protogen |
| 95 | +# ansible-community/role2collection |
| 96 | +# ansible/ansible-language-server (now part vscode-ansible) |
| 97 | +# ansible/ansible-lint-action (now part of ansible-lint) |
| 98 | +# ansible/community-ansible-dev-tools-image (now part of ansible-dev-tools) |
| 99 | +# ansible/creator-ee (now part of ansible-dev-tools) |
| 100 | +# pycontribs/selinux |
| 101 | +# pytest-molecule |
0 commit comments