diff options
author | Raito Bezarius <raito@lix.systems> | 2024-05-19 16:58:41 +0200 |
---|---|---|
committer | Raito Bezarius <raito@lix.systems> | 2024-05-19 16:58:52 +0200 |
commit | 93dbb698b3effe489d307dd7b50200e468545ce7 (patch) | |
tree | 7995dd2f587202cfb778507d4316e0921ae42e79 /maintainers/backporting.md | |
parent | 4b35e6a75e35e0f79bdadfd5e0d44bc870dcc135 (diff) |
chore: remove incorrect maintainers/*.md documentation
Fate has something different in store for the release process,
backporting process and the general maintainer documentation.
See https://git.lix.systems/lix-project/lix/issues/260.
Change-Id: I626686ff4059aee22a3ab1664b52581b2dbf6ed7
Signed-off-by: Raito Bezarius <raito@lix.systems>
Diffstat (limited to 'maintainers/backporting.md')
-rw-r--r-- | maintainers/backporting.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/maintainers/backporting.md b/maintainers/backporting.md deleted file mode 100644 index 2424050c8..000000000 --- a/maintainers/backporting.md +++ /dev/null @@ -1,12 +0,0 @@ - -# Backporting - -To [automatically backport a pull request](https://github.com/NixOS/nix/blob/master/.github/workflows/backport.yml) to a release branch once it's merged, assign it a label of the form [`backport <branch>`](https://github.com/NixOS/nix/labels?q=backport). - -Since [GitHub Actions workflows will not trigger other workflows](https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow), checks on the automatic backport need to be triggered by another actor. -This is achieved by closing and reopening the backport pull request. - -This specifically affects the [`installer_test`] check. -Note that it only runs after the other tests, so it may take a while to appear. - -[`installer_test`]: https://github.com/NixOS/nix/blob/895dfc656a21f6252ddf48df0d1f215effa04ecb/.github/workflows/ci.yml#L70-L91 |