New deployment state.

Can be pending, success, failure, or error.

Property definitions

github $ DeploymentStatusEvent :: state
	# New deployment state.
	#
	# Can be `pending`, `success`, `failure`, or `error`.
	var state: String is writable
lib/github/events.nit:109,2--112,30