Skip to content

Commit

Permalink
fix: replace auto merge with echo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 30, 2021
1 parent 85d708f commit 750215d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set pull request to auto-merge as rebase
run: |
gh pr merge $PR_URL \
--admin \
--delete-branch \
--rebase
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Alert developer of open PR
run: echo "Hi dev! Please go see $PR_URL"

0 comments on commit 750215d

Please sign in to comment.