You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a small hook deployment that was listening for the issues event and then modified my registration to listen for both issues and pull_request. The preview worked as expected, but doing the update caused this error:
Diagnostics:
pulumi-nodejs:dynamic:Resource: new-issues-registration-pulumi
error: Plan apply failed: {"message":"Validation Failed","errors":[{"resource":"Hook","code":"custom","message":"Hook already exists on this organization"}],"documentation_url":"https://developer.github.com/v3/orgs/hooks/#create-a-hook"}
I was able to work around this by destroying and then updating from scratch.
The text was updated successfully, but these errors were encountered:
I had a small hook deployment that was listening for the
issues
event and then modified my registration to listen for bothissues
andpull_request
. The preview worked as expected, but doing the update caused this error:I was able to work around this by destroying and then updating from scratch.
The text was updated successfully, but these errors were encountered: