Skip to content

Commit 6d99404

Browse files
committed
disable backporting
1 parent 2cb59c8 commit 6d99404

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/backport/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ runs:
3535
echo "PR_NUMBER=$PR_NUMBER" >> $GITHUB_ENV
3636
3737
echo "Will backport to ${{ inputs.base_branch }}"
38-
echo "BACKPORT=true" >> $GITHUB_ENV
38+
# No-op for now (WIP).
39+
# echo "BACKPORT=true" >> $GITHUB_ENV
3940
else
4041
echo "No backport detected."
4142
fi

0 commit comments

Comments
 (0)