BLT icon indicating copy to clipboard operation
BLT copied to clipboard

When an issue is closed on Github, also close it on the BLT website

Open DonnieBLT opened this issue 1 year ago • 9 comments

A webhook can be added to Github to BLT BLT can periodically monitor the issue and close it if it was marked closed

DonnieBLT avatar Jan 27 '24 20:01 DonnieBLT

/assign

Prakhar-Shankar avatar Jan 30 '24 05:01 Prakhar-Shankar

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.

Prakhar-Shankar avatar Feb 04 '24 04:02 Prakhar-Shankar

Yes, that is right

DonnieBLT avatar Feb 04 '24 05:02 DonnieBLT

Yes, that is right

Okay thanks sir

Prakhar-Shankar avatar Feb 04 '24 05:02 Prakhar-Shankar

@DonnieBLT should we add this to BLT repo only or all the repo of active domains in blt ?

AtmegaBuzz avatar Feb 04 '24 07:02 AtmegaBuzz

All

DonnieBLT avatar Feb 04 '24 07:02 DonnieBLT

/assign

CodeWithBishal avatar Feb 18 '24 20:02 CodeWithBishal

/assign

CodeWithBishal avatar Feb 21 '24 19:02 CodeWithBishal

check the project document for more info

DonnieBLT avatar Mar 03 '24 02:03 DonnieBLT