terraform-provider-github
terraform-provider-github copied to clipboard
Update to Support Scheduled Reminders
Could the provider be updated to support Github Managed Scheduled Reminders?
Scheduled reminders deliver a daily, prioritized list of pull requests waiting for review—right to your team’s Slack channel. Teams can choose how often to receive reminders and can set filters to reduce noise and ensure the most important reviews are never missed or delayed.
References
- https://docs.github.com/en/github/setting-up-and-managing-organizations-and-teams/managing-scheduled-reminders-for-your-organization
- https://github.blog/2020-04-21-stay-on-top-of-your-code-reviews-with-scheduled-reminders/
It currently looks like there is not a documented API that we can build around.
Generally the process in terms of feasibility for such features starts with the following elements that need to happen before we can add it to the provider:
- Documented API
- Upstream client library has support: https://github.com/google/go-github
- Pull in required version of client library
- Provider Implementation of specific features
👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
I believe this issue is still valid and still waiting on API support.
Does anyone know if this is included in the roadmap? Would be so useful :) Thanks!
You might try asking over at https://github.com/orgs/community/discussions/categories/api-and-webhooks; that's where we generally point people with API questions.
👋 Hey Friends, this issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please add the Status: Pinned label if you feel that this issue needs to remain open/active. Thank you for your contributions and help in keeping things tidy!
I didnt see anything on the roadmap: https://github.com/orgs/github/projects/4247/views/1
And didn't see any open discussions on it, I created one here asking for it to be added to the rest API, not sure if that's the right way to do a feature request or not. https://github.com/orgs/community/discussions/158139