We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ee172 commit b6af482Copy full SHA for b6af482
.github/workflows/nrf-upmerge-pr.yml
@@ -46,7 +46,7 @@ jobs:
46
git fetch --all
47
48
# Check if PR branch exists
49
- if git show-ref --verify --quiet refs/heads/$BRANCH_NAME; then
+ if git show-ref --verify --quiet refs/remotes/origin/$BRANCH_NAME; then
50
echo "Branch $BRANCH_NAME exists, checking PR status..."
51
52
# Check if PR exists and is open
0 commit comments