Skip to content
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

Committing using web UI does not trigger webhook action "synchronized" #2295

Closed
1 of 3 tasks
tobias-- opened this issue Aug 11, 2017 · 1 comment · Fixed by #2302
Closed
1 of 3 tasks

Committing using web UI does not trigger webhook action "synchronized" #2295

tobias-- opened this issue Aug 11, 2017 · 1 comment · Fixed by #2302
Labels
Milestone

Comments

@tobias--
Copy link

tobias-- commented Aug 11, 2017

Description

The webhook action "synchronized" does not get triggered when changes to the PR-branch are made using the web UI.

Steps to reproduce:

  1. Setup webhook to be triggered for every event on a repository
  2. Fork this repository
  3. Make changes to the fork and commit to a new branch using the web UI
  4. Create a Pull Request in the original repository (webhook gets triggered correctly)
  5. Make another change to the new branch in the forked repository using the web UI: A webhook event "synchronized" is expected to be triggered but it is not triggered.
  6. Checkout the fork/pr-branch, make changes locally and push them back to origin: A webhook event "synchronized" is correctly being triggered
@ethantkoenig
Copy link
Member

@tobias-- Could you confirm that #2302 fixes the problem?

@go-gitea go-gitea locked and limited conversation to collaborators Nov 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants