Rewrite pr
recipe to merge when CI passes
type: development
This commit is contained in:
parent
b16da8da5a
commit
4c90bc41c3
6
justfile
6
justfile
|
@ -93,7 +93,13 @@ check: test clippy lint check-minimal-versions
|
|||
git diff --no-ext-diff --quiet --exit-code
|
||||
|
||||
pr: push
|
||||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
hub pull-request -o
|
||||
while ! hub ci-status --verbose; do
|
||||
sleep 10
|
||||
done
|
||||
just done
|
||||
|
||||
publish-check: check check-man
|
||||
cargo outdated --exit-code 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user