From ad3ec3664d54779c4c2e49e41f85e886fbff343c Mon Sep 17 00:00:00 2001 From: Suhaib Mujahid Date: Mon, 26 Oct 2020 21:09:26 -0400 Subject: Create v31 to support libgit2 v1.1.x (#668) The libgit2 `v1.1.0` is released two weeks ago. This PR allows `git2go` to link against the new version. --- .github/workflows/backport.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 4337fb1..152239f 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -7,11 +7,12 @@ on: jobs: backport: + name: Backport change to branch ${{ matrix.branch }} + continue-on-error: true strategy: fail-fast: false matrix: - branch: [ 'release-0.28', 'release-0.27' ] - name: Backport change to branch ${{ matrix.branch }} + branch: [ 'release-0.30', 'release-0.28', 'release-0.27' ] runs-on: ubuntu-20.04 -- cgit v1.2.3