BLT
BLT copied to clipboard
When an issue is closed on Github, also close it on the BLT website
A webhook can be added to Github to BLT BLT can periodically monitor the issue and close it if it was marked closed
/assign
Is this the right approach for this issue ? @DonnieBLT
- Set the Payload URL to the endpoint on our website where we will handle the GitHub webhook events.
- Implement a server endpoint on our website that listens for incoming GitHub webhook events.
- Parse the payload sent by GitHub when an issue is closed.
- we will use the information in the payload to determine which issue on our website corresponds to the closed GitHub issue.
Yes, that is right
Yes, that is right
Okay thanks sir
@DonnieBLT should we add this to BLT repo only or all the repo of active domains in blt ?
All
/assign
/assign
check the project document for more info