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

GitHub Webhooks duplicated #1880

Closed
craigbryson opened this issue Nov 3, 2021 · 1 comment
Closed

GitHub Webhooks duplicated #1880

craigbryson opened this issue Nov 3, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@craigbryson
Copy link

craigbryson commented Nov 3, 2021

Hi all,

Not sure if this is the right place to ask but I've set up Atlantis and all is working well except that when I open a new PR or push a new commit to an existing one I quickly receive a comment that the workspace is locked by another command. I can see the following in the logs which would suggest that the Webhooks is being sent twice?

"level":"info","ts":"2021-11-03T10:03:11.014Z","caller":"events/events_controller.go:318","msg":"identified event as type \"updated\"","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.014Z","caller":"events/events_controller.go:346","msg":"executing autoplan","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.069Z","caller":"events/events_controller.go:318","msg":"identified event as type \"updated\"","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.069Z","caller":"events/events_controller.go:346","msg":"executing autoplan","json":{}}

and this would explain the conflict? Any ideas how I might resolve this or if I'm perhaps on the wrong path?

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
@craigbryson craigbryson added the bug Something isn't working label Nov 3, 2021
@craigbryson
Copy link
Author

Never mind, I should have read the docs properly, you don't need to configure Webhooks separately when using a GH App

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant