mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
testing --rebase
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
pr_number=$(gh pr list --state open --author RichieCahill --label flake_lock_update --json number --jq '.[0].number')
|
pr_number=$(gh pr list --state open --author RichieCahill --label flake_lock_update --json number --jq '.[0].number')
|
||||||
echo "pr_number=$pr_number" >> $GITHUB_ENV
|
echo "pr_number=$pr_number" >> $GITHUB_ENV
|
||||||
if [ -n "$pr_number" ]; then
|
if [ -n "$pr_number" ]; then
|
||||||
gh pr merge "$pr_number" --auto
|
gh pr merge "$pr_number" --rebase
|
||||||
else
|
else
|
||||||
echo "No open PR found with label flake_lock_update"
|
echo "No open PR found with label flake_lock_update"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user