mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
619 stars 91 forks source link

Tfnotify does not trace organization ownership transfer #80

Closed adamist521 closed 4 years ago

adamist521 commented 4 years ago

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

adamist521 commented 4 years ago

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