blob: fe860bc6105fb1636d2e8bfa2e97956637184a5d (
plain)
1
2
3
4
5
6
7
8
|
# Backporting
Backports are handled by the backport action.
Since GitHub Actions can not trigger actions, the backport PR needs to be re-triggered by another actor. This is achieved by closing and reopening the backport PR.
This specifically affects the `installer_test` check, but note that it only runs after the other tests, so it may take a while to appear.
|