Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: repository custom properties plugin #626

Merged
merged 2 commits into from
May 15, 2024

Conversation

Simon-Boyer
Copy link
Contributor

Repository Custom Properties

Fixes #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
Copy link
Contributor Author

@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!

@decyjphr decyjphr merged commit 678b02e into github:main-enterprise May 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Repository Custom Properties
2 participants