From b26fc090cb4b35c923fc636cbdfd6b7346319587 Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Tue, 25 May 2021 09:44:35 +0200 Subject: backport action: comment to keep pin in sync --- .github/workflows/backport.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 9c1ddfadfca..69da652ba59 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -13,8 +13,10 @@ jobs: # required to find all branches fetch-depth: 0 - name: Create backport PRs + # should be kept in sync with `version` uses: zeebe-io/backport-action@9b8949dcd4295d364b0939f07d0c7593598d26cd with: github_token: ${{ secrets.GITHUB_TOKEN }} github_workspace: ${{ github.workspace }} + # should be kept in sync with `uses` version: 9b8949dcd4295d364b0939f07d0c7593598d26cd -- cgit 1.4.1