action #131555
Updated by dheidler over 1 year ago
## Observation Some OBS projects don't get cleaned up when a PR is merged or closed. https://build.opensuse.org/project/subprojects/devel:openQA Also the service is triggered for already closed PRs. Examples: * https://build.opensuse.org/package/show/devel:openQA:GitHub:os-autoinst:os-autoinst:PR-2308/os-autoinst It was triggered 2023-06-28 13:52 UTC, but [the PR](https://github.com/os-autoinst/os-autoinst/pull/2308) was closed on May 3 * https://build.opensuse.org/package/show/devel:openQA:GitHub:os-autoinst:os-autoinst:PR-2299/os-autoinst Triggered 2023-06-28 13:52 UTC but [the PR](https://github.com/os-autoinst/os-autoinst/pull/2299) was closed April 14 A [recent PR](https://github.com/os-autoinst/os-autoinst/pull/2335) did not report any results back to github. The branched package only had one file, `_branch_request` For openQA I just also found a leftover: https://github.com/os-autoinst/openQA/pull/4884 https://build.opensuse.org/package/show/devel:openQA:GitHub:os-autoinst:openQA:PR-4884/openQA And this was triggered 2023-06-28 03:31 UTC. I can't even find any webhook trigger in our openQA webhook log at that time. ## Acceptance Criteria * **AC1:** OBS CI integration works again as expected ## Suggestions * Ask OBS people in chat if they know the problem or can help to debug