Add issue delete notifier#34592
Conversation
|
A webhook integration test is necessary. Since there are many examples, it's not too difficult. You can add a test function at https://github.com/go-gitea/gitea/blob/main/tests/integration/repo_webhook_test.go |
I added tests for both issue and pull request delete.
I didn't quite understand what you meant by that, can you explain? |
I updated the content and add a reference link to github's webhook documentation directly. |
|
last call @go-gitea/technical-oversight-committee |
* giteaofficial/main: [skip ci] Updated translations via Crowdin Add issue delete notifier (go-gitea#34592) Refactor "change file" API (go-gitea#34855) Fix some log and UI problems (go-gitea#34863) Update go tool dependencies (go-gitea#34845) Fix archive API (go-gitea#34853) Update `uint8-to-base64`, remove type stub (go-gitea#34844) Refactor repo contents API and add "contents-ext" API (go-gitea#34822) [skip ci] Updated translations via Crowdin fix(issue): Replace stopwatch toggle with explicit start/stop actions (go-gitea#34818) Remove unused variable HUGO_VERSION (go-gitea#34840) Fix SSH LFS timeout (go-gitea#34838) Ignore force pushes for changed files in a PR review (go-gitea#34837) Fix log fmt (go-gitea#34810) Fix team permissions (go-gitea#34827) Fix job status aggregation logic (go-gitea#34823) [skip ci] Updated translations via Crowdin correct migration tab name (go-gitea#34826) Refactor template helper (go-gitea#34819)
Fixes #34591
A reference regarding the deletion of issue webhooks on GitHub: https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=deleted#issues