-
Notifications
You must be signed in to change notification settings - Fork 38
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
Automatically post checklist comment for new components #735
Comments
Can this be implemented as a special case in the owners-bot logic that's triggered for new folders in |
I'd rather have a separate app do this - let's not mix in unrelated features into the owners-bot just because these two apps will share some lines of code (we can always move those lines of code into a common module) Starting a new Probot app is extemely cheap and easy (like, ~1-2 hours for all the boilerplate and infra, in our experience) |
J/K, separate app SGTM. 😃 |
+1, new apps are indeed extremely cheap. This one would be an excellent candidate for Cloud Functions |
@alanorozco this is done and deployed, right? Can we close this? |
@danielrozenberg Not done, I deployed a local copy only. Sorry for slow response on this, been unable to prioritize it :/ |
No worries, it's a familiar struggle :) |
When a PR includes a new folder in
extensions/
, @ampprojectbot will post a checklist as a comment:It could block
OWNERS
check:or:
/to @ampproject/wg-infra
The text was updated successfully, but these errors were encountered: