.github/workflows/periodic-merge: configure 21.11 release

This commit is contained in:
Martin Weinelt
2021-11-28 17:00:50 -08:00
committed by Jonathan Ringer
parent 49a1f815ef
commit 3eb5d85beb
+4
View File
@@ -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