GitHubPullState¶
- class safir.github.models.GitHubPullState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)¶
-
The state of a GitHub pull request (PR).
https://docs.github.com/en/rest/pulls/pulls#get-a-pull-request
Attributes Summary
The PR is closed.
The PR is open.
Attributes Documentation
- closed = 'closed'¶
The PR is closed.
- open = 'open'¶
The PR is open.