You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Before a provider is added to the Pulumi Registry, it needs to have a valid schema and valid docs. We should run a check on changes to community-packages/package-list.json, ensuring that any added package is valid. This could be as simple as invoking resourcedocsgen premptily (not just after the merge):
Hello!
Issue details
Before a provider is added to the Pulumi Registry, it needs to have a valid schema and valid docs. We should run a check on changes to
community-packages/package-list.json
, ensuring that any added package is valid. This could be as simple as invokingresourcedocsgen
premptily (not just after the merge):registry/.github/workflows/generate-package-metadata.yml
Lines 74 to 81 in 3d046d0
That would guarantee that the first published version would be correct.
Affected area/feature
This would have prevented #6488.
The text was updated successfully, but these errors were encountered: