diff --git a/.github/settings.yml b/.github/settings.yml index ecac2b4..a8a1ed8 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -66,7 +66,10 @@ branches: # an empty dismissal_restrictions object to disable. User and team # dismissal_restrictions are only available for organization-owned # repositories. Omit this parameter for personal repositories. - dismissal_restrictions: null + dismissal_restrictions: + users: [] + teams: [] + apps: [] # Required. Require status checks to pass before merging. Set to null to # disable