Skip to content

Commit

Permalink
Merge pull request #131 from suzuki-shunsuke/fix/add-permissions
Browse files Browse the repository at this point in the history
fix: add permissions "pages" and "discussions" and remove invalid permission "metadata"
  • Loading branch information
rhysd authored Apr 12, 2022
2 parents 103c72f + 6f58a75 commit 59123e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rule_permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ var allPermissionScopes = map[string]struct{}{
"deployments": {},
"id-token": {},
"issues": {},
"metadata": {},
"discussions": {},
"packages": {},
"pages": {},
"pull-requests": {},
"repository-projects": {},
"security-events": {},
Expand Down

0 comments on commit 59123e2

Please sign in to comment.