Skip to content
Open
Prev Previous commit
INFRA-3187: Removed workflow in favor of action being called directly
  • Loading branch information
XxdpavelxX committed Dec 10, 2025
commit 22f3e417bbe49368f544b766398f5c27d9c84149
7 changes: 7 additions & 0 deletions .github/actions/merge-previous-releases/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ inputs:
runs:
using: composite
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
ref: ${{ inputs.new-release-branch }}
fetch-depth: 0
token: ${{ inputs.github-token }}

- name: Checkout GitHub tools repository
uses: actions/checkout@v6
with:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/merge-previous-releases.yml
Copy link
Member

Choose a reason for hiding this comment

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

Is this workflow necessary now? The action can be called from other repositories directly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call. I removed the workflow

This file was deleted.

Loading