Method: Athenian::ForSetCodeChecks#pushers
- Defined in:
- lib/athenian/models/for_set_code_checks.rb
#pushers ⇒ Object
Check runs must be triggered by commits pushed by these people. When it is impossible to determine who pushed, e.g. in legacy API based checks, they are committers. It is possible to mention whole teams using the syntax ‘id` where `id` is a team identifier (see `/teams`).
23 24 25 |
# File 'lib/athenian/models/for_set_code_checks.rb', line 23 def pushers @pushers end |