github-community-projects / github-community-projects/safe-settings
Include/Exclude for custom properties
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 921
- Forks
- 226
- Avg merge
- 18h 3m
- Merged PRs (30d)
- 14
Description
## New Feature
Similar to the current behavior for labels, it would be nice to be able to exclude certain custom properties.
```
custom-properties:
include:
- name: ruleset-tier
value: strict
exclude:
# ignore (don't delete) the following custom-properties
- name: team
```
This way certain custom-property values that are organization-wide can be enforced, while others that are required to be set, but have different value per repo, will be left untouched.
Contributor guide
Assessment
This issue has not been assessed yet.