From 6cc6a616f682c623fe958595c72ff5d44913629e Mon Sep 17 00:00:00 2001 From: Enderson Menezes Date: Tue, 9 Apr 2024 11:40:08 -0300 Subject: [PATCH] Update README.md with requirements for the Superpower --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5e85a8d..756aad8 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,11 @@ A GitHub Action that powers the CODEOWNERS. This Superpower will check if all codeowners necessary have been approved in the PR. Based on: [this discussion](https://github.com/isaacs/github/issues/1205) + +#### Requirements for this Superpower + +1. Create a GitHub App inside your organization or repository. +2. That GitHub App needs to have the following permissions: + - Read contents of repository. + - Read members of the organization. +3. Use the [actions/create-github-app-token@v1](https://github.com/actions/create-github-app-token) before use the GATE with Superpowers.