diff options
author | Robert Hensing <robert@roberthensing.nl> | 2023-01-18 12:16:27 +0100 |
---|---|---|
committer | Robert Hensing <robert@roberthensing.nl> | 2023-01-18 12:16:27 +0100 |
commit | 3272a2d26fd24647509cddfc2267310416a41cd1 (patch) | |
tree | 5fcf14cf29cf4b21ce83e47914ce60ba744826a5 /maintainers | |
parent | d385c13202f1603d626bb4af8ebea6c18155087d (diff) |
maintainers: Document backporting quirk
Closes #7623
Diffstat (limited to 'maintainers')
-rw-r--r-- | maintainers/backporting.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/maintainers/backporting.md b/maintainers/backporting.md new file mode 100644 index 000000000..fe860bc61 --- /dev/null +++ b/maintainers/backporting.md @@ -0,0 +1,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. |