Skip to content

Bump AWSSDK.Core from 3.7.400 to 3.7.400.2 #174

Bump AWSSDK.Core from 3.7.400 to 3.7.400.2

Bump AWSSDK.Core from 3.7.400 to 3.7.400.2 #174

Workflow file for this run

name: Backport
on:
pull_request_target:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
name: Backport
steps:
- name: GitHub App token
id: github_app_token
if: github.repository == 'opensearch-project/opensearch-net'
uses: tibdex/github-app-token@v1.5.0
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
installation_id: 22958780
- name: Backport
uses: VachaShah/backport@v1.1.4
with:
github_token: ${{ steps.github_app_token.outputs.token || secrets.GITHUB_TOKEN }}
branch_name: backport/backport-${{ github.event.number }}