# entitlements-config **Repository Path**: mirrors_github/entitlements-config ## Basic Information - **Project Name**: entitlements-config - **Description**: An example of how Entitlements can be configured - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # entitlements-config 📜 entitlements-config is an example of using [entitlements-app](https://github.com/github/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`](config/entitlements.yaml) ## entitlements files 📂 Example entitlements files can be found in [`entitlements/`](entitlements/) ## GitHub Actions 🚀 An example of deployment and manager review GitHub Actions can be found in [`.github/workflows`](.github/workflows) This project uses the [`github/branch-deploy`](https://github.com/github/branch-deploy) Action to facilitate deployments. The `branch-deploy` Action is used to "branch deploy" pull requests to a given environment (in this case production) so that changes can be previewed before merging. Here is an [example pull request](https://github.com/github/entitlements-config/pull/30) showing how you can easily deploy changes by commenting `.deploy` on a pull request. ## Examples 📸 The scripts which the example Actions run can be found in [`examples/`](examples/)