From 6d9b1d5f5ee96b10b799bf9c3f4ff2692e74292c Mon Sep 17 00:00:00 2001 From: Jitendra Yejare Date: Sat, 13 Aug 2022 00:45:01 +0530 Subject: [PATCH] Fixing inheriting labels and cherrypicking commit history using my fork (#9962) Fixing iinheriting labels and cherrypicking commit history --- .github/workflows/auto_cherry_pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 3d1f4454e3d..929a9627dcc 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 if: matrix.to_branch != github.base_ref - name: Cherry pick into ${{ matrix.to_branch }} - uses: carloscastrojumo/github-cherry-pick-action@v1.0.2 + uses: jyejare/github-cherry-pick-action@main with: branch: ${{ matrix.to_branch }} labels: |