Skip to content

Commit

Permalink
Split automerge functionality into merge recipe
Browse files Browse the repository at this point in the history
type: development
  • Loading branch information
casey committed Apr 8, 2020
1 parent 4aa8f47 commit 796024b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@ check: test clippy lint check-minimal-versions
git diff --no-ext-diff --quiet --exit-code

pr: push
hub pull-request -o

merge:
#!/usr/bin/env bash
set -euxo pipefail
hub pull-request -o
while ! hub ci-status --verbose; do
sleep 10
sleep 5
done
just done
Expand Down

0 comments on commit 796024b

Please sign in to comment.