Skip to content

Commit 5164522

Browse files
paketo-botpaketo-bot
authored andcommitted
Update github-config to 94af1d7
1 parent 4e16589 commit 5164522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "::set-output name=mergeable_state::$(echo "${payload}" | jq -r -c .mergeable_state)"
3131
3232
- name: Merge
33-
if: ${{ steps.pull_request.outputs.mergeable_state == 'clean' }}
33+
if: ${{ steps.pull_request.outputs.mergeable_state == 'clean' || steps.pull_request.outputs.mergeable_state == 'unstable' }}
3434
uses: paketo-buildpacks/github-config/actions/pull-request/merge@main
3535
with:
3636
user: paketo-bot

0 commit comments

Comments
 (0)