зеркало из
1
0
Форкнуть 0
An example of how Entitlements can be configured
Перейти к файлу
Dan Hoerst 2143b03fb2 Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
.github/workflows Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
config Example runs without org-chart 2022-05-12 11:21:17 -04:00
entitlements Add all of the rest of the users 2022-05-12 14:12:17 -04:00
github.com/github-entitlements/org First commit 2022-05-03 12:04:51 -04:00
script Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
vendor/cache Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
.gitignore Add all of the rest of the users 2022-05-12 14:12:17 -04:00
.ruby-version Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
Gemfile Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
Gemfile.lock Upgrade to Ruby 2.7.5 2022-05-17 11:14:06 -04:00
README.md Add README read-only piece 2022-05-16 13:14:09 -04:00

README.md

entitlements-config

entitlements-config is an example of using entitlements-app to manage a set of configuration.

This repository is meant to be read-only for its various examples. You should clone this repo as your own to make any changes.

entitlements-app configuration

Example entitlements-app configuration can be found in config/entitlements.yaml

entitlements files

Example entitlements files can be found in entitlements/

GitHub Actions

An example of deployment and manager review GitHub Actions can be found in .github/workflows