Add the ability to log to Git issues via webhook #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want the ability to log Git issues via a forgejo webhook.
The webhook url will be configured in the dotenv files, and can be dynamic to what repo it'll report to.
It will be an optional part of the body JSON,
req.body.git.*:req.body.git.repo: The repo it goes to, in format<USER>/<REPO>req.body.git.title: The issue titlereq.body.git.description: The issue descriptionreq.body.git.labels: List of issues to assignreq.body.git.assignees: List of users to assign