Skip to content

Commit 19656d6

Browse files
Update backport workflow to ignore changelog conflicts (#2729) (#2738)
Signed-off-by: Miki <amoo_miki@yahoo.com> Signed-off-by: Miki <amoo_miki@yahoo.com> (cherry picked from commit 8b30346) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: Miki <amoo_miki@yahoo.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b8d0390 commit 19656d6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/backport.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
# opensearch-trigger-bot installation ID
2323
installation_id: 22958780
2424

25-
# Using fork of https://github.com/tibdex/backport
26-
# https://github.com/tibdex/backport/pull/81
2725
- name: Backport
28-
uses: VachaShah/backport@v1.1.4
26+
uses: VachaShah/backport@v2.1.0
2927
with:
3028
github_token: ${{ steps.github_app_token.outputs.token }}
3129
branch_name: backport/backport-${{ github.event.number }}
30+
files_to_skip: "CHANGELOG.md"

0 commit comments

Comments
 (0)