Skip to content

Commit

Permalink
fix: remove shadow rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 6, 2023
1 parent f01a0af commit ec2b9cb
Showing 1 changed file with 8 additions and 22 deletions.
30 changes: 8 additions & 22 deletions actions/run/merge/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,15 @@ runs:
- run: sleep 120s
shell: bash

- uses: actions/checkout@v4.1.0
- uses: imba-tjd/rebase-upstream-action@0.5
- uses: ridedott/merge-me-action@v2.10.54
continue-on-error: true
with:
upstream: $GITHUB_REPOSITORY
branch: ${{ github.base_ref }}
push: false
- name: Abort rebase when merge conflict
if: failure()
shell: bash
run: |
git status
git rebase --abort
git status
GITHUB_LOGIN: ${{ inputs.login }}
GITHUB_TOKEN: ${{ inputs.token }}
MERGE_METHOD: ${{ inputs.merge-method }}
ENABLE_GITHUB_API_PREVIEW: true
ENABLED_FOR_MANUAL_CHANGES: true
MAXIMUM_RETRIES: 1

- id: string
uses: ASzc/change-string-case-action@v1
Expand All @@ -47,16 +43,6 @@ runs:
env:
GH_TOKEN: ${{ inputs.token }}

- uses: ridedott/merge-me-action@v2.10.54
continue-on-error: true
with:
GITHUB_LOGIN: ${{ inputs.login }}
GITHUB_TOKEN: ${{ inputs.token }}
MERGE_METHOD: ${{ inputs.merge-method }}
ENABLE_GITHUB_API_PREVIEW: true
ENABLED_FOR_MANUAL_CHANGES: true
MAXIMUM_RETRIES: 1

- uses: actions/github-script@v6
continue-on-error: true
with:
Expand Down

0 comments on commit ec2b9cb

Please sign in to comment.