MCPcopy Create free account
hub / github.com/apache/arrow / set_state

Method set_state

dev/archery/archery/bot.py:214–216  ·  view source on GitHub ↗

Sets the State label to the PR.

(self, state)

Source from the content-addressed store, hash-verified

212 return current_state
213
214 def set_state(self, state):
215 """Sets the State label to the PR."""
216 self.pull.add_to_labels(state.value)
217
218
219class CommentBot:

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected