mercari/tfnotify

Tfnotify does not trace organization ownership transfer

adamist521 opened this issue · 1 comments

WHAT

Expected behavior

Tfnotify posts comments to new organization's repositories PR after owernership transfer

Observed behavior

Tfnotify tries to post to old organization's repository link which does not exist anymore.

WHY

I have transferred the organization of the repository to another organization and tfnotify does not work since then.
Could be related to Drone's cache and not tfnotify's problem.
Checked that JSON webhook post message to Drone does not include any information from past owned organization.

Environment

CI: Drone
Code hosting: Github Enterprise

It was due to miss-configuration on .tfnotify.yml on my side.
Closing issue.