Skip to content

Publish a pre-release GitHub Release and use that for the Jenkins job. #7508

Publish a pre-release GitHub Release and use that for the Jenkins job.

Publish a pre-release GitHub Release and use that for the Jenkins job. #7508

Workflow file for this run

---
name: Backport
on:
pull_request_target:
types: [closed, labeled]
jobs:
backport:
if: github.repository == 'opensearch-project/data-prepper'
uses: opensearch-project/opensearch-build/.github/workflows/backport-pr.yml@main
secrets:
OPENSEARCH_CI_BOT_TOKEN: ${{ secrets.OPENSEARCH_CI_BOT_TOKEN }}