GitHubPullState¶
- class safir.github.models.GitHubPullState(*values)¶
Bases:
StrEnum
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.