Skip to content

Onboard new backport-pr re-usable github workflow (data-prepper)#6939

Merged
dlvenable merged 1 commit into
opensearch-project:mainfrom
peterzhuamazon:update-backport-workflow
Jun 30, 2026
Merged

Onboard new backport-pr re-usable github workflow (data-prepper)#6939
dlvenable merged 1 commit into
opensearch-project:mainfrom
peterzhuamazon:update-backport-workflow

Conversation

@peterzhuamazon

Copy link
Copy Markdown
Member

Description

Onboard new backport-pr re-usable github workflow (data-prepper)

Issues Resolved

opensearch-project/opensearch-build#6270

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

- Replace old backport workflow with reusable workflow from opensearch-build
- Remove obsolete backport-related workflows

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
github_token: ${{ steps.github_app_token.outputs.token }}
branch_name: backport/backport-${{ github.event.number }} No newline at end of file
if: github.repository == 'opensearch-project/data-prepper'
uses: opensearch-project/opensearch-build/.github/workflows/backport-pr.yml@main

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a specific SHA? We've recently moved to using SHAs instead of friendly version numbers due to a learning from the recent JS attack?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not for re-usable workflow tho if you are concern you can feel free to change to SHA.
Which lose the benefit of receiving latest update.
These re-usable workflows are store in build repo, not in any random repo by other authors.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reusable workflow can use branches. Since this is controlled by our org should be safe to accept.

@dlvenable dlvenable merged commit 8f1c0e8 into opensearch-project:main Jun 30, 2026
73 checks passed
@github-project-automation github-project-automation Bot moved this from 👀 In Review to ✅ Done in Engineering Effectiveness Board Jun 30, 2026
kkondaka pushed a commit to kkondaka/kk-data-prepper-f2 that referenced this pull request Jul 1, 2026
…nsearch-project#6939)

- Replace old backport workflow with reusable workflow from opensearch-build
- Remove obsolete backport-related workflows

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

3 participants