code-corps / code-corps/code-corps-api
When unlinking installation from organization, delete ProjectGithubRepos
Offen
Time: 2 hours
- Vorherrschende Sprache
- Elixir
- Sterne
- 234
- Forks
- 82
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
# Problem
Unlinking a `GithubAppInstallation` from an `Organization` deletes the related `OrganizationGithubAppInstallation` record.
That, however, currently in no way affects `ProjectGithubRepo` records which may link a `GithubRepo` belonging to the `GithubAppInstallation` with a project belonging to the `Organization.`
We should also delete the related `ProjectGithubRepo` records when the installation is unlinked.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.