summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-11-22 00:21:47 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-11-28 17:00:50 -0800
commit3eb5d85beb8f126def8dbf7b35035826bd7dd58f (patch)
treec152859aceca7a41c7fe89c182a28ea2833f0396 /.github
parent49a1f815ef1c004f0899e2f73e66639ffdefe558 (diff)
downloadnixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar.gz
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar.bz2
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar.lz
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar.xz
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.tar.zst
nixpkgs-3eb5d85beb8f126def8dbf7b35035826bd7dd58f.zip
.github/workflows/periodic-merge: configure 21.11 release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/periodic-merge-24h.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/periodic-merge-24h.yml b/.github/workflows/periodic-merge-24h.yml
index 9032b3d7d91..b8535fdf952 100644
--- a/.github/workflows/periodic-merge-24h.yml
+++ b/.github/workflows/periodic-merge-24h.yml
@@ -32,6 +32,10 @@ jobs:
             into: staging-next-21.05
           - from: staging-next-21.05
             into: staging-21.05
+          - from: release-21.11
+            into: staging-next-21.11
+          - from: staging-next-21.11
+            into: staging-21.11
     name: ${{ matrix.pairs.from }} → ${{ matrix.pairs.into }}
     steps:
       - uses: actions/checkout@v2