Skip to content

Commit

Permalink
Move cherry pick config to root and better rename for backport workfl…
Browse files Browse the repository at this point in the history
…ow (apache#44116)

* move cherry pick config to root and better rename for backport workflow

* update cherry picker command
  • Loading branch information
gopidesupavan authored Nov 17, 2024
1 parent 8d8bb0f commit c807762
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
#
---
name: Backport branch finder
name: Automatic Backport
on: # yamllint disable-line rule:truthy
push:
branches:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/backport-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
set +e
{
echo 'cherry_picker_output<<EOF'
cherry_picker --config-path dev/backport/.cherry_picker.toml \
${{ inputs.commit-sha }} ${{ inputs.target-branch }}
cherry_picker ${{ inputs.commit-sha }} ${{ inputs.target-branch }}
echo EOF
} >> "${GITHUB_OUTPUT}"
continue-on-error: true
Expand Down

0 comments on commit c807762

Please sign in to comment.