Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/product-os/policies
Source of truth for policy-bot configuration for the balena organization.
https://github.com/product-os/policies
Last synced: 6 days ago
JSON representation
Source of truth for policy-bot configuration for the balena organization.
- Host: GitHub
- URL: https://github.com/product-os/policies
- Owner: product-os
- Created: 2023-01-05T20:08:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T15:39:21.000Z (7 months ago)
- Last Synced: 2024-04-15T17:01:13.056Z (7 months ago)
- Homepage:
- Size: 199 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# policies
> [!NOTE]
> Policies have been moved from here to the root of each Organization in the respective `.github` repos.Approval/disapproval policies for [policy-bot](https://github.com/palantir/policy-bot).
> `policy-bot` is a [GitHub App](https://developer.github.com/apps/) for enforcing
approval policies on pull requests. It does this by creating a status check,
which can be configured as a [required status check](https://help.github.com/articles/enabling-required-status-checks/).
>
> While GitHub natively supports [required reviews](https://help.github.com/articles/about-required-reviews-for-pull-requests/), `policy-bot` provides more
complex approval features:
>
> - Require reviews from specific users, organizations, or teams
> - Apply rules based on the files, authors, or branches involved in a pull request
> - Combine multiple approval rules with `and` and `or` conditions
> - Automatically approve pull requests that meet specific conditions