-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add issue delete notifier #34592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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. |
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