You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to provide an `include` or `exclude` settings to restrict the `collaborators`, `teams`, `labels` to a list of repos or exclude a set of repos for a collaborator.
293
+
> [!important]
294
+
> It is possible to provide an `include` or `exclude` settings to restrict the `collaborators`, `teams`, `labels` to a list of repos or exclude a set of repos for a collaborator.
295
+
> The include/exclude pattern can also be for glob. For e.g.:
296
+
```
297
+
teams:
298
+
- name: Myteam-admins
299
+
permission: admin
300
+
- name: Myteam-developers
301
+
permission: push
302
+
- name: Other-team
303
+
permission: push
304
+
include:
305
+
- '*-config'
306
+
```
307
+
> Will only add `Other-team` to only `*-config` repos
294
308
295
309
See [`docs/sample-settings/settings.yml`](docs/sample-settings/settings.yml) for a sample settings file.
0 commit comments