github / safe-settings

ISC License
561 stars 137 forks source link

feat: repository custom properties plugin #626

Closed Simon-Boyer closed 1 month ago

Simon-Boyer commented 1 month ago

Repository Custom Properties

Fixes https://github.com/github/safe-settings/issues/543.

This new plugin allows to define custom properties values using this API: https://docs.github.com/en/rest/repos/custom-properties. The syntax is:

custom_properties:
- name: custom_prop1
  value: foo
- name: custom_prop2
  value: bar
Simon-Boyer commented 1 month ago

@decyjphr do you think you'll be able to look at this PR soon? I would actually need this for a project I am currently working on. Thanks a lot!