-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add owners
in interface.yaml
#19
Conversation
I'd expect in most cases the owner of the interface to be the owner of the charm lib that implements the wrapper for the provider side. Also at least in our case that'd be a team, is that also a supported use case? |
Hi @PietroPasotti, today we had a discussion in our team's standup, and here's our discovery and some initial conclusion:
As a conclusion, here's what we want to do:
I will make the changes accordingly. |
@PietroPasotti I have changed it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor nit, the rest LGTM
Fixed, and also bumped the version to |
Background:
We would like to run the charm-relation-interfaces tests on a schedule using a GitHub Actions cron job, and if a certain interface test failed, we'd like to automatically create an issue and assign it to the owner (if specified).
This PR adds support to define the
owners
field (a list of GitHub user IDs) ininterface.yaml
. Example: