Skip to content

Commit

Permalink
Update backport workflow to ignore changelog conflicts (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#2729)

Signed-off-by: Miki <amoo_miki@yahoo.com>

Signed-off-by: Miki <amoo_miki@yahoo.com>
Signed-off-by: Ajay Gupta <ajyg@amazon.com>
  • Loading branch information
AMoo-Miki authored and Ajay Gupta committed Nov 25, 2022
1 parent c48890f commit 9b8ddf3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ jobs:
# opensearch-trigger-bot installation ID
installation_id: 22958780

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

0 comments on commit 9b8ddf3

Please sign in to comment.