Array of branches containing the status' SHA.

Each branch contains the given SHA, but the SHA may or may not be the head of the branch.

The array includes a maximum of 10 branches.

Property definitions

github $ StatusEvent :: branches
	# Array of branches containing the status' SHA.
	#
	# Each branch contains the given SHA,
	# but the SHA may or may not be the head of the branch.
	#
	# The array includes a maximum of 10 branches.
	var branches = new Array[Branch] is writable, optional
lib/github/events.nit:238,2--244,55