-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[Patch] Fix closed PR also triggers Webhooks and actions #23782
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
[Patch] Fix closed PR also triggers Webhooks and actions #23782
Conversation
Was there an open issue for this? I think preferences may vary on this one and we may need an option to control this behaviour. |
|
Do we know GitHub behaviour? Do they run CI on closed PRs? |
On GH, only open PR will trigger action |
) Fix go-gitea#23707 Cause by go-gitea#23189 This PR is a quick fix that, when pushing commits to closed PR, webhook and actions also be triggered.
* upstream/main: [skip ci] Updated translations via Crowdin Fix dropdown direction behavior (go-gitea#23806) Fix incorrect/Improve error handle in edit user page (go-gitea#23805) Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (go-gitea#23790) Fix incorrect visibility dropdown list in add/edit user page (go-gitea#23804) Convert issue list checkboxes to native (go-gitea#23596) Fix checks for `needs` in Actions (go-gitea#23789) Diff improvements (go-gitea#23553) [Patch] Fix closed PR also triggers Webhooks and actions (go-gitea#23782) Improve backport-locales.go (go-gitea#23807) [skip ci] Updated translations via Crowdin Refactor commit status for Actions jobs (go-gitea#23786) Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (go-gitea#23766) Don't apply the group filter when listing LDAP group membership if it is empty (go-gitea#23745)
…3834) Backport #23782 by @sillyguodong Fix #23707 Cause by #23189 This PR is a quick fix that, when pushing commits to closed PR, webhook and actions also be triggered. Co-authored-by: sillyguodong <[email protected]>
Fix #23707
Cause by #23189
This PR is a quick fix that, when pushing commits to closed PR, webhook and actions also be triggered.