Skip to content

Commit

Permalink
Update README.md with requirements for the Superpower
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Apr 9, 2024
1 parent beb5582 commit 6cc6a61
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6cc6a61

Please sign in to comment.