We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the design currently expects the GH action to call PlaygroundRepository.status(rolename) for each modified role: this is useful but not sufficient.
PlaygroundRepository.status(rolename)
Some cases this does not cover (there are probably more):
targets/
I think maybe there needs to be a generic status check for the whole repository? If there is, then the role-specific one may be unneeded.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the design currently expects the GH action to call
PlaygroundRepository.status(rolename)
for each modified role:this is useful but not sufficient.
Some cases this does not cover (there are probably more):
targets/
changing without the metadata changing EDIT: DONEI think maybe there needs to be a generic status check for the whole repository? If there is, then the role-specific one may be unneeded.
The text was updated successfully, but these errors were encountered: