Skip to content

Commit

Permalink
Dissable uplift auto-merge (#1362)
Browse files Browse the repository at this point in the history
Disable auto-merge for now until we are more confident 
that uplift won't break the downstream projects
  • Loading branch information
vmilosevic authored Nov 28, 2024
1 parent 0585abd commit 87cdd07
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/nightly-uplift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ jobs:
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
gh pr review ${{ steps.create-pr.outputs.pull-request-number }} --approve
- name: Enable Pull Request Automerge
if: ${{ steps.create-pr.outputs.pull-request-number }}
run: gh pr merge --squash --auto "${{ steps.create-pr.outputs.pull-request-number }}"
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# Note: Dissable auto-merge for now until we are more confident
# that uplift won't break the downstream projects
#
# - name: Enable Pull Request Automerge
# if: ${{ steps.create-pr.outputs.pull-request-number }}
# run: gh pr merge --squash --auto "${{ steps.create-pr.outputs.pull-request-number }}"
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 87cdd07

Please sign in to comment.