Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 971 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 971 Bytes

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.

policy-bot is a GitHub App for enforcing approval policies on pull requests. It does this by creating a status check, which can be configured as a required status check.

While GitHub natively supports required reviews, 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