├── .github ├── labels.yaml └── workflows │ └── sync-labels.yaml ├── CODE_OF_CONDUCT.md ├── DCO ├── MAINTAINERS.md └── README.md /.github/labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/.github/labels.yaml -------------------------------------------------------------------------------- /.github/workflows/sync-labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/.github/workflows/sync-labels.yaml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /DCO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/DCO -------------------------------------------------------------------------------- /MAINTAINERS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/MAINTAINERS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getsops/community/HEAD/README.md --------------------------------------------------------------------------------