PyGithub 2.8.0__tar.gz → 2.8.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1342) hide show
  1. {pygithub-2.8.0/PyGithub.egg-info → pygithub-2.8.1}/PKG-INFO +1 -1
  2. {pygithub-2.8.0 → pygithub-2.8.1/PyGithub.egg-info}/PKG-INFO +1 -1
  3. {pygithub-2.8.0 → pygithub-2.8.1}/doc/changes.rst +7 -0
  4. {pygithub-2.8.0 → pygithub-2.8.1}/github/GithubApp.py +1 -1
  5. {pygithub-2.8.0 → pygithub-2.8.1}/github/GithubObject.py +15 -3
  6. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GithubObject.py +103 -0
  7. {pygithub-2.8.0 → pygithub-2.8.1}/.git-blame-ignore-revs +0 -0
  8. {pygithub-2.8.0 → pygithub-2.8.1}/.github/FUNDING.yml +0 -0
  9. {pygithub-2.8.0 → pygithub-2.8.1}/.github/actions/mypy/action.yml +0 -0
  10. {pygithub-2.8.0 → pygithub-2.8.1}/.github/actions/pre-commit/action.yml +0 -0
  11. {pygithub-2.8.0 → pygithub-2.8.1}/.github/actions/sort-classes/action.yml +0 -0
  12. {pygithub-2.8.0 → pygithub-2.8.1}/.github/dependabot.yml +0 -0
  13. {pygithub-2.8.0 → pygithub-2.8.1}/.github/release.yml +0 -0
  14. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/_build-pkg.yml +0 -0
  15. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/auto-fix.yml +0 -0
  16. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/ci.yml +0 -0
  17. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/codeql.yml +0 -0
  18. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/lint.yml +0 -0
  19. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/openapi.yml +0 -0
  20. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/pypi-release.yml +0 -0
  21. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/test-results.yml +0 -0
  22. {pygithub-2.8.0 → pygithub-2.8.1}/.github/workflows/top-issues.yaml +0 -0
  23. {pygithub-2.8.0 → pygithub-2.8.1}/.gitignore +0 -0
  24. {pygithub-2.8.0 → pygithub-2.8.1}/.pre-commit-config.yaml +0 -0
  25. {pygithub-2.8.0 → pygithub-2.8.1}/.readthedocs.yml +0 -0
  26. {pygithub-2.8.0 → pygithub-2.8.1}/CONTRIBUTING.md +0 -0
  27. {pygithub-2.8.0 → pygithub-2.8.1}/COPYING +0 -0
  28. {pygithub-2.8.0 → pygithub-2.8.1}/COPYING.LESSER +0 -0
  29. {pygithub-2.8.0 → pygithub-2.8.1}/DEPLOY.md +0 -0
  30. {pygithub-2.8.0 → pygithub-2.8.1}/MAINTAINERS +0 -0
  31. {pygithub-2.8.0 → pygithub-2.8.1}/PyGithub.egg-info/SOURCES.txt +0 -0
  32. {pygithub-2.8.0 → pygithub-2.8.1}/PyGithub.egg-info/dependency_links.txt +0 -0
  33. {pygithub-2.8.0 → pygithub-2.8.1}/PyGithub.egg-info/requires.txt +0 -0
  34. {pygithub-2.8.0 → pygithub-2.8.1}/PyGithub.egg-info/top_level.txt +0 -0
  35. {pygithub-2.8.0 → pygithub-2.8.1}/README.md +0 -0
  36. {pygithub-2.8.0 → pygithub-2.8.1}/codecov.yml +0 -0
  37. {pygithub-2.8.0 → pygithub-2.8.1}/doc/.gitignore +0 -0
  38. {pygithub-2.8.0 → pygithub-2.8.1}/doc/Design.md +0 -0
  39. {pygithub-2.8.0 → pygithub-2.8.1}/doc/conf.py +0 -0
  40. {pygithub-2.8.0 → pygithub-2.8.1}/doc/development.rst +0 -0
  41. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Authentication.rst +0 -0
  42. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Branch.rst +0 -0
  43. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Commit.rst +0 -0
  44. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Issue.rst +0 -0
  45. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/MainClass.rst +0 -0
  46. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Milestone.rst +0 -0
  47. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/PullRequest.rst +0 -0
  48. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Repository.rst +0 -0
  49. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples/Webhook.rst +0 -0
  50. {pygithub-2.8.0 → pygithub-2.8.1}/doc/examples.rst +0 -0
  51. {pygithub-2.8.0 → pygithub-2.8.1}/doc/getting-started.rst +0 -0
  52. {pygithub-2.8.0 → pygithub-2.8.1}/doc/github.rst +0 -0
  53. {pygithub-2.8.0 → pygithub-2.8.1}/doc/github_integration.rst +0 -0
  54. {pygithub-2.8.0 → pygithub-2.8.1}/doc/github_objects/.gitignore +0 -0
  55. {pygithub-2.8.0 → pygithub-2.8.1}/doc/graphql.rst +0 -0
  56. {pygithub-2.8.0 → pygithub-2.8.1}/doc/index.rst +0 -0
  57. {pygithub-2.8.0 → pygithub-2.8.1}/doc/introduction.rst +0 -0
  58. {pygithub-2.8.0 → pygithub-2.8.1}/doc/openapi.rst +0 -0
  59. {pygithub-2.8.0 → pygithub-2.8.1}/doc/reference.rst +0 -0
  60. {pygithub-2.8.0 → pygithub-2.8.1}/doc/scripts.rst +0 -0
  61. {pygithub-2.8.0 → pygithub-2.8.1}/doc/testing.rst +0 -0
  62. {pygithub-2.8.0 → pygithub-2.8.1}/doc/utilities.rst +0 -0
  63. {pygithub-2.8.0 → pygithub-2.8.1}/github/AccessToken.py +0 -0
  64. {pygithub-2.8.0 → pygithub-2.8.1}/github/AdvisoryBase.py +0 -0
  65. {pygithub-2.8.0 → pygithub-2.8.1}/github/AdvisoryCredit.py +0 -0
  66. {pygithub-2.8.0 → pygithub-2.8.1}/github/AdvisoryCreditDetailed.py +0 -0
  67. {pygithub-2.8.0 → pygithub-2.8.1}/github/AdvisoryVulnerability.py +0 -0
  68. {pygithub-2.8.0 → pygithub-2.8.1}/github/AdvisoryVulnerabilityPackage.py +0 -0
  69. {pygithub-2.8.0 → pygithub-2.8.1}/github/AppAuthentication.py +0 -0
  70. {pygithub-2.8.0 → pygithub-2.8.1}/github/ApplicationOAuth.py +0 -0
  71. {pygithub-2.8.0 → pygithub-2.8.1}/github/Artifact.py +0 -0
  72. {pygithub-2.8.0 → pygithub-2.8.1}/github/Auth.py +0 -0
  73. {pygithub-2.8.0 → pygithub-2.8.1}/github/AuthenticatedUser.py +0 -0
  74. {pygithub-2.8.0 → pygithub-2.8.1}/github/Authorization.py +0 -0
  75. {pygithub-2.8.0 → pygithub-2.8.1}/github/AuthorizationApplication.py +0 -0
  76. {pygithub-2.8.0 → pygithub-2.8.1}/github/Autolink.py +0 -0
  77. {pygithub-2.8.0 → pygithub-2.8.1}/github/Branch.py +0 -0
  78. {pygithub-2.8.0 → pygithub-2.8.1}/github/BranchProtection.py +0 -0
  79. {pygithub-2.8.0 → pygithub-2.8.1}/github/CVSS.py +0 -0
  80. {pygithub-2.8.0 → pygithub-2.8.1}/github/CWE.py +0 -0
  81. {pygithub-2.8.0 → pygithub-2.8.1}/github/CheckRun.py +0 -0
  82. {pygithub-2.8.0 → pygithub-2.8.1}/github/CheckRunAnnotation.py +0 -0
  83. {pygithub-2.8.0 → pygithub-2.8.1}/github/CheckRunOutput.py +0 -0
  84. {pygithub-2.8.0 → pygithub-2.8.1}/github/CheckSuite.py +0 -0
  85. {pygithub-2.8.0 → pygithub-2.8.1}/github/Clones.py +0 -0
  86. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeScanAlert.py +0 -0
  87. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeScanAlertInstance.py +0 -0
  88. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeScanAlertInstanceLocation.py +0 -0
  89. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeScanRule.py +0 -0
  90. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeScanTool.py +0 -0
  91. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeSecurityConfig.py +0 -0
  92. {pygithub-2.8.0 → pygithub-2.8.1}/github/CodeSecurityConfigRepository.py +0 -0
  93. {pygithub-2.8.0 → pygithub-2.8.1}/github/Commit.py +0 -0
  94. {pygithub-2.8.0 → pygithub-2.8.1}/github/CommitCombinedStatus.py +0 -0
  95. {pygithub-2.8.0 → pygithub-2.8.1}/github/CommitComment.py +0 -0
  96. {pygithub-2.8.0 → pygithub-2.8.1}/github/CommitStats.py +0 -0
  97. {pygithub-2.8.0 → pygithub-2.8.1}/github/CommitStatus.py +0 -0
  98. {pygithub-2.8.0 → pygithub-2.8.1}/github/Comparison.py +0 -0
  99. {pygithub-2.8.0 → pygithub-2.8.1}/github/Consts.py +0 -0
  100. {pygithub-2.8.0 → pygithub-2.8.1}/github/ContentFile.py +0 -0
  101. {pygithub-2.8.0 → pygithub-2.8.1}/github/Copilot.py +0 -0
  102. {pygithub-2.8.0 → pygithub-2.8.1}/github/CopilotSeat.py +0 -0
  103. {pygithub-2.8.0 → pygithub-2.8.1}/github/DefaultCodeSecurityConfig.py +0 -0
  104. {pygithub-2.8.0 → pygithub-2.8.1}/github/DependabotAlert.py +0 -0
  105. {pygithub-2.8.0 → pygithub-2.8.1}/github/DependabotAlertAdvisory.py +0 -0
  106. {pygithub-2.8.0 → pygithub-2.8.1}/github/DependabotAlertDependency.py +0 -0
  107. {pygithub-2.8.0 → pygithub-2.8.1}/github/DependabotAlertVulnerability.py +0 -0
  108. {pygithub-2.8.0 → pygithub-2.8.1}/github/Deployment.py +0 -0
  109. {pygithub-2.8.0 → pygithub-2.8.1}/github/DeploymentStatus.py +0 -0
  110. {pygithub-2.8.0 → pygithub-2.8.1}/github/DiscussionBase.py +0 -0
  111. {pygithub-2.8.0 → pygithub-2.8.1}/github/DiscussionCommentBase.py +0 -0
  112. {pygithub-2.8.0 → pygithub-2.8.1}/github/Download.py +0 -0
  113. {pygithub-2.8.0 → pygithub-2.8.1}/github/Enterprise.py +0 -0
  114. {pygithub-2.8.0 → pygithub-2.8.1}/github/EnterpriseConsumedLicenses.py +0 -0
  115. {pygithub-2.8.0 → pygithub-2.8.1}/github/Environment.py +0 -0
  116. {pygithub-2.8.0 → pygithub-2.8.1}/github/EnvironmentDeploymentBranchPolicy.py +0 -0
  117. {pygithub-2.8.0 → pygithub-2.8.1}/github/EnvironmentProtectionRule.py +0 -0
  118. {pygithub-2.8.0 → pygithub-2.8.1}/github/EnvironmentProtectionRuleReviewer.py +0 -0
  119. {pygithub-2.8.0 → pygithub-2.8.1}/github/Event.py +0 -0
  120. {pygithub-2.8.0 → pygithub-2.8.1}/github/File.py +0 -0
  121. {pygithub-2.8.0 → pygithub-2.8.1}/github/GeneratedReleaseNotes.py +0 -0
  122. {pygithub-2.8.0 → pygithub-2.8.1}/github/Gist.py +0 -0
  123. {pygithub-2.8.0 → pygithub-2.8.1}/github/GistComment.py +0 -0
  124. {pygithub-2.8.0 → pygithub-2.8.1}/github/GistFile.py +0 -0
  125. {pygithub-2.8.0 → pygithub-2.8.1}/github/GistHistoryState.py +0 -0
  126. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitAuthor.py +0 -0
  127. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitBlob.py +0 -0
  128. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitCommit.py +0 -0
  129. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitCommitVerification.py +0 -0
  130. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitObject.py +0 -0
  131. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitRef.py +0 -0
  132. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitRelease.py +0 -0
  133. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitReleaseAsset.py +0 -0
  134. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitTag.py +0 -0
  135. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitTree.py +0 -0
  136. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitTreeElement.py +0 -0
  137. {pygithub-2.8.0 → pygithub-2.8.1}/github/GithubException.py +0 -0
  138. {pygithub-2.8.0 → pygithub-2.8.1}/github/GithubIntegration.py +0 -0
  139. {pygithub-2.8.0 → pygithub-2.8.1}/github/GithubRetry.py +0 -0
  140. {pygithub-2.8.0 → pygithub-2.8.1}/github/GitignoreTemplate.py +0 -0
  141. {pygithub-2.8.0 → pygithub-2.8.1}/github/GlobalAdvisory.py +0 -0
  142. {pygithub-2.8.0 → pygithub-2.8.1}/github/Hook.py +0 -0
  143. {pygithub-2.8.0 → pygithub-2.8.1}/github/HookDelivery.py +0 -0
  144. {pygithub-2.8.0 → pygithub-2.8.1}/github/HookDescription.py +0 -0
  145. {pygithub-2.8.0 → pygithub-2.8.1}/github/HookResponse.py +0 -0
  146. {pygithub-2.8.0 → pygithub-2.8.1}/github/InputFileContent.py +0 -0
  147. {pygithub-2.8.0 → pygithub-2.8.1}/github/InputGitAuthor.py +0 -0
  148. {pygithub-2.8.0 → pygithub-2.8.1}/github/InputGitTreeElement.py +0 -0
  149. {pygithub-2.8.0 → pygithub-2.8.1}/github/Installation.py +0 -0
  150. {pygithub-2.8.0 → pygithub-2.8.1}/github/InstallationAuthorization.py +0 -0
  151. {pygithub-2.8.0 → pygithub-2.8.1}/github/Invitation.py +0 -0
  152. {pygithub-2.8.0 → pygithub-2.8.1}/github/Issue.py +0 -0
  153. {pygithub-2.8.0 → pygithub-2.8.1}/github/IssueComment.py +0 -0
  154. {pygithub-2.8.0 → pygithub-2.8.1}/github/IssueDependenciesSummary.py +0 -0
  155. {pygithub-2.8.0 → pygithub-2.8.1}/github/IssueEvent.py +0 -0
  156. {pygithub-2.8.0 → pygithub-2.8.1}/github/IssuePullRequest.py +0 -0
  157. {pygithub-2.8.0 → pygithub-2.8.1}/github/IssueType.py +0 -0
  158. {pygithub-2.8.0 → pygithub-2.8.1}/github/Label.py +0 -0
  159. {pygithub-2.8.0 → pygithub-2.8.1}/github/License.py +0 -0
  160. {pygithub-2.8.0 → pygithub-2.8.1}/github/MainClass.py +0 -0
  161. {pygithub-2.8.0 → pygithub-2.8.1}/github/Membership.py +0 -0
  162. {pygithub-2.8.0 → pygithub-2.8.1}/github/MergedUpstream.py +0 -0
  163. {pygithub-2.8.0 → pygithub-2.8.1}/github/Migration.py +0 -0
  164. {pygithub-2.8.0 → pygithub-2.8.1}/github/Milestone.py +0 -0
  165. {pygithub-2.8.0 → pygithub-2.8.1}/github/NamedEnterpriseUser.py +0 -0
  166. {pygithub-2.8.0 → pygithub-2.8.1}/github/NamedUser.py +0 -0
  167. {pygithub-2.8.0 → pygithub-2.8.1}/github/Notification.py +0 -0
  168. {pygithub-2.8.0 → pygithub-2.8.1}/github/NotificationSubject.py +0 -0
  169. {pygithub-2.8.0 → pygithub-2.8.1}/github/Organization.py +0 -0
  170. {pygithub-2.8.0 → pygithub-2.8.1}/github/OrganizationCustomProperty.py +0 -0
  171. {pygithub-2.8.0 → pygithub-2.8.1}/github/OrganizationDependabotAlert.py +0 -0
  172. {pygithub-2.8.0 → pygithub-2.8.1}/github/OrganizationSecret.py +0 -0
  173. {pygithub-2.8.0 → pygithub-2.8.1}/github/OrganizationVariable.py +0 -0
  174. {pygithub-2.8.0 → pygithub-2.8.1}/github/PaginatedList.py +0 -0
  175. {pygithub-2.8.0 → pygithub-2.8.1}/github/Path.py +0 -0
  176. {pygithub-2.8.0 → pygithub-2.8.1}/github/Permissions.py +0 -0
  177. {pygithub-2.8.0 → pygithub-2.8.1}/github/Plan.py +0 -0
  178. {pygithub-2.8.0 → pygithub-2.8.1}/github/Project.py +0 -0
  179. {pygithub-2.8.0 → pygithub-2.8.1}/github/ProjectCard.py +0 -0
  180. {pygithub-2.8.0 → pygithub-2.8.1}/github/ProjectColumn.py +0 -0
  181. {pygithub-2.8.0 → pygithub-2.8.1}/github/PublicKey.py +0 -0
  182. {pygithub-2.8.0 → pygithub-2.8.1}/github/PullRequest.py +0 -0
  183. {pygithub-2.8.0 → pygithub-2.8.1}/github/PullRequestComment.py +0 -0
  184. {pygithub-2.8.0 → pygithub-2.8.1}/github/PullRequestMergeStatus.py +0 -0
  185. {pygithub-2.8.0 → pygithub-2.8.1}/github/PullRequestPart.py +0 -0
  186. {pygithub-2.8.0 → pygithub-2.8.1}/github/PullRequestReview.py +0 -0
  187. {pygithub-2.8.0 → pygithub-2.8.1}/github/Rate.py +0 -0
  188. {pygithub-2.8.0 → pygithub-2.8.1}/github/RateLimit.py +0 -0
  189. {pygithub-2.8.0 → pygithub-2.8.1}/github/RateLimitOverview.py +0 -0
  190. {pygithub-2.8.0 → pygithub-2.8.1}/github/Reaction.py +0 -0
  191. {pygithub-2.8.0 → pygithub-2.8.1}/github/Referrer.py +0 -0
  192. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepoCodeSecurityConfig.py +0 -0
  193. {pygithub-2.8.0 → pygithub-2.8.1}/github/Repository.py +0 -0
  194. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryAdvisory.py +0 -0
  195. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryDiscussion.py +0 -0
  196. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryDiscussionCategory.py +0 -0
  197. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryDiscussionComment.py +0 -0
  198. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryKey.py +0 -0
  199. {pygithub-2.8.0 → pygithub-2.8.1}/github/RepositoryPreferences.py +0 -0
  200. {pygithub-2.8.0 → pygithub-2.8.1}/github/Requester.py +0 -0
  201. {pygithub-2.8.0 → pygithub-2.8.1}/github/RequiredPullRequestReviews.py +0 -0
  202. {pygithub-2.8.0 → pygithub-2.8.1}/github/RequiredStatusChecks.py +0 -0
  203. {pygithub-2.8.0 → pygithub-2.8.1}/github/Secret.py +0 -0
  204. {pygithub-2.8.0 → pygithub-2.8.1}/github/SecurityAndAnalysis.py +0 -0
  205. {pygithub-2.8.0 → pygithub-2.8.1}/github/SecurityAndAnalysisFeature.py +0 -0
  206. {pygithub-2.8.0 → pygithub-2.8.1}/github/SelfHostedActionsRunner.py +0 -0
  207. {pygithub-2.8.0 → pygithub-2.8.1}/github/SelfHostedActionsRunnerApplication.py +0 -0
  208. {pygithub-2.8.0 → pygithub-2.8.1}/github/SelfHostedActionsRunnerJitConfig.py +0 -0
  209. {pygithub-2.8.0 → pygithub-2.8.1}/github/SelfHostedActionsRunnerToken.py +0 -0
  210. {pygithub-2.8.0 → pygithub-2.8.1}/github/SourceImport.py +0 -0
  211. {pygithub-2.8.0 → pygithub-2.8.1}/github/Stargazer.py +0 -0
  212. {pygithub-2.8.0 → pygithub-2.8.1}/github/StatsCodeFrequency.py +0 -0
  213. {pygithub-2.8.0 → pygithub-2.8.1}/github/StatsCommitActivity.py +0 -0
  214. {pygithub-2.8.0 → pygithub-2.8.1}/github/StatsContributor.py +0 -0
  215. {pygithub-2.8.0 → pygithub-2.8.1}/github/StatsParticipation.py +0 -0
  216. {pygithub-2.8.0 → pygithub-2.8.1}/github/StatsPunchCard.py +0 -0
  217. {pygithub-2.8.0 → pygithub-2.8.1}/github/SubIssueSummary.py +0 -0
  218. {pygithub-2.8.0 → pygithub-2.8.1}/github/Tag.py +0 -0
  219. {pygithub-2.8.0 → pygithub-2.8.1}/github/Team.py +0 -0
  220. {pygithub-2.8.0 → pygithub-2.8.1}/github/TeamDiscussion.py +0 -0
  221. {pygithub-2.8.0 → pygithub-2.8.1}/github/TimelineEvent.py +0 -0
  222. {pygithub-2.8.0 → pygithub-2.8.1}/github/TimelineEventSource.py +0 -0
  223. {pygithub-2.8.0 → pygithub-2.8.1}/github/Topic.py +0 -0
  224. {pygithub-2.8.0 → pygithub-2.8.1}/github/Traffic.py +0 -0
  225. {pygithub-2.8.0 → pygithub-2.8.1}/github/UserKey.py +0 -0
  226. {pygithub-2.8.0 → pygithub-2.8.1}/github/Variable.py +0 -0
  227. {pygithub-2.8.0 → pygithub-2.8.1}/github/View.py +0 -0
  228. {pygithub-2.8.0 → pygithub-2.8.1}/github/Workflow.py +0 -0
  229. {pygithub-2.8.0 → pygithub-2.8.1}/github/WorkflowJob.py +0 -0
  230. {pygithub-2.8.0 → pygithub-2.8.1}/github/WorkflowRun.py +0 -0
  231. {pygithub-2.8.0 → pygithub-2.8.1}/github/WorkflowStep.py +0 -0
  232. {pygithub-2.8.0 → pygithub-2.8.1}/github/__init__.py +0 -0
  233. {pygithub-2.8.0 → pygithub-2.8.1}/github/openapi.index.json +0 -0
  234. {pygithub-2.8.0 → pygithub-2.8.1}/github/py.typed +0 -0
  235. {pygithub-2.8.0 → pygithub-2.8.1}/pyproject.toml +0 -0
  236. {pygithub-2.8.0 → pygithub-2.8.1}/requirements/docs.txt +0 -0
  237. {pygithub-2.8.0 → pygithub-2.8.1}/requirements/scripts.txt +0 -0
  238. {pygithub-2.8.0 → pygithub-2.8.1}/requirements/test.txt +0 -0
  239. {pygithub-2.8.0 → pygithub-2.8.1}/requirements/types.txt +0 -0
  240. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/fix_headers.py +0 -0
  241. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/get-openapi-path.sh +0 -0
  242. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/get-openapi-schema.sh +0 -0
  243. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/openapi-update-classes.sh +0 -0
  244. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/openapi.py +0 -0
  245. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/prepare-for-update-assertions.py +0 -0
  246. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/prepare_release.sh +0 -0
  247. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/sort_class.py +0 -0
  248. {pygithub-2.8.0 → pygithub-2.8.1}/scripts/update-assertions.sh +0 -0
  249. {pygithub-2.8.0 → pygithub-2.8.1}/setup.cfg +0 -0
  250. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ApplicationOAuth.py +0 -0
  251. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Artifact.py +0 -0
  252. {pygithub-2.8.0 → pygithub-2.8.1}/tests/AuthenticatedUser.py +0 -0
  253. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Authentication.py +0 -0
  254. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Authorization.py +0 -0
  255. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Autolink.py +0 -0
  256. {pygithub-2.8.0 → pygithub-2.8.1}/tests/BadAttributes.py +0 -0
  257. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Branch.py +0 -0
  258. {pygithub-2.8.0 → pygithub-2.8.1}/tests/BranchProtection.py +0 -0
  259. {pygithub-2.8.0 → pygithub-2.8.1}/tests/CheckRun.py +0 -0
  260. {pygithub-2.8.0 → pygithub-2.8.1}/tests/CheckSuite.py +0 -0
  261. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Commit.py +0 -0
  262. {pygithub-2.8.0 → pygithub-2.8.1}/tests/CommitCombinedStatus.py +0 -0
  263. {pygithub-2.8.0 → pygithub-2.8.1}/tests/CommitComment.py +0 -0
  264. {pygithub-2.8.0 → pygithub-2.8.1}/tests/CommitStatus.py +0 -0
  265. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ConditionalRequestUpdate.py +0 -0
  266. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Connection.py +0 -0
  267. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ContentFile.py +0 -0
  268. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Copilot.py +0 -0
  269. {pygithub-2.8.0 → pygithub-2.8.1}/tests/DependabotAlert.py +0 -0
  270. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Deployment.py +0 -0
  271. {pygithub-2.8.0 → pygithub-2.8.1}/tests/DeploymentStatus.py +0 -0
  272. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Download.py +0 -0
  273. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Enterprise.py +0 -0
  274. {pygithub-2.8.0 → pygithub-2.8.1}/tests/EnterpriseAdmin.py +0 -0
  275. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Environment.py +0 -0
  276. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Equality.py +0 -0
  277. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Event.py +0 -0
  278. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Exceptions.py +0 -0
  279. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ExposeAllAttributes.py +0 -0
  280. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Framework.py +0 -0
  281. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Gist.py +0 -0
  282. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GistComment.py +0 -0
  283. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitBlob.py +0 -0
  284. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitCommit.py +0 -0
  285. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitCommitVerification.py +0 -0
  286. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitRef.py +0 -0
  287. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitRelease.py +0 -0
  288. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitReleaseAsset.py +0 -0
  289. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitTag.py +0 -0
  290. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GitTree.py +0 -0
  291. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GithubApp.py +0 -0
  292. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GithubIntegration.py +0 -0
  293. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GithubRetry.py +0 -0
  294. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Github_.py +0 -0
  295. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GlobalAdvisory.py +0 -0
  296. {pygithub-2.8.0 → pygithub-2.8.1}/tests/GraphQl.py +0 -0
  297. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Hook.py +0 -0
  298. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Installation.py +0 -0
  299. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue.py +0 -0
  300. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue131.py +0 -0
  301. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue133.py +0 -0
  302. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue134.py +0 -0
  303. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue139.py +0 -0
  304. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue140.py +0 -0
  305. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue142.py +0 -0
  306. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue174.py +0 -0
  307. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue2030.py +0 -0
  308. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue214.py +0 -0
  309. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue216.py +0 -0
  310. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue278.py +0 -0
  311. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue33.py +0 -0
  312. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue494.py +0 -0
  313. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue50.py +0 -0
  314. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue54.py +0 -0
  315. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue572.py +0 -0
  316. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue80.py +0 -0
  317. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue823.py +0 -0
  318. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue87.py +0 -0
  319. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue937.py +0 -0
  320. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Issue945.py +0 -0
  321. {pygithub-2.8.0 → pygithub-2.8.1}/tests/IssueComment.py +0 -0
  322. {pygithub-2.8.0 → pygithub-2.8.1}/tests/IssueDependenciesSummary.py +0 -0
  323. {pygithub-2.8.0 → pygithub-2.8.1}/tests/IssueEvent.py +0 -0
  324. {pygithub-2.8.0 → pygithub-2.8.1}/tests/IssueType.py +0 -0
  325. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Label.py +0 -0
  326. {pygithub-2.8.0 → pygithub-2.8.1}/tests/License.py +0 -0
  327. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Logging_.py +0 -0
  328. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Markdown.py +0 -0
  329. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Membership.py +0 -0
  330. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Migration.py +0 -0
  331. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Milestone.py +0 -0
  332. {pygithub-2.8.0 → pygithub-2.8.1}/tests/NamedUser.py +0 -0
  333. {pygithub-2.8.0 → pygithub-2.8.1}/tests/NamedUser1430.py +0 -0
  334. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Notification.py +0 -0
  335. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Organization.py +0 -0
  336. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Organization1437.py +0 -0
  337. {pygithub-2.8.0 → pygithub-2.8.1}/tests/OrganizationHasInMembers.py +0 -0
  338. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PaginatedList.py +0 -0
  339. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Permissions.py +0 -0
  340. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Persistence.py +0 -0
  341. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Pickle.py +0 -0
  342. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PoolSize.py +0 -0
  343. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Project.py +0 -0
  344. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Project1434.py +0 -0
  345. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ProjectCard.py +0 -0
  346. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ProjectColumn.py +0 -0
  347. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PublicKey.py +0 -0
  348. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest.py +0 -0
  349. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest1168.py +0 -0
  350. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest1169.py +0 -0
  351. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest1375.py +0 -0
  352. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest1682.py +0 -0
  353. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest1684.py +0 -0
  354. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequest2408.py +0 -0
  355. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequestComment.py +0 -0
  356. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequestFile.py +0 -0
  357. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequestReview.py +0 -0
  358. {pygithub-2.8.0 → pygithub-2.8.1}/tests/PullRequestReview1856.py +0 -0
  359. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RateLimitOverview.py +0 -0
  360. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RateLimiting.py +0 -0
  361. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RawData.py +0 -0
  362. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Reaction.py +0 -0
  363. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReleaseAsset.py +0 -0
  364. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testEnterpriseGetAccessToken.txt +0 -0
  365. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testGetAccessToken.txt +0 -0
  366. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testGetAccessTokenBadCode.txt +0 -0
  367. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testGetAccessTokenUnknownError.txt +0 -0
  368. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testGetAccessTokenWithExpiry.txt +0 -0
  369. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testRefreshAccessToken.txt +0 -0
  370. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testRefreshAccessTokenBadCode.txt +0 -0
  371. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ApplicationOAuth.testRefreshAccessTokenUnknownError.txt +0 -0
  372. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.setUp.txt +0 -0
  373. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testDelete.txt +0 -0
  374. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetArtifactsFromRepo.txt +0 -0
  375. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetArtifactsFromRepoWithName.txt +0 -0
  376. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetArtifactsFromWorkflow.txt +0 -0
  377. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetArtifactsFromWorkflowWithName.txt +0 -0
  378. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetNonexistentArtifact.txt +0 -0
  379. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Artifact.testGetSingleArtifactFromRepo.txt +0 -0
  380. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testAcceptInvitation.txt +0 -0
  381. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testAttributes.txt +0 -0
  382. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateAuthorizationWithAllArguments.txt +0 -0
  383. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateAuthorizationWithClientIdAndSecret.txt +0 -0
  384. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateAuthorizationWithoutArguments.txt +0 -0
  385. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateFork.txt +0 -0
  386. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateGist.txt +0 -0
  387. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateGistWithoutDescription.txt +0 -0
  388. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateKey.txt +0 -0
  389. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateMigration.txt +0 -0
  390. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateProject.txt +0 -0
  391. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateRepoFromTemplate.txt +0 -0
  392. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateRepoFromTemplateWithAllArguments.txt +0 -0
  393. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateRepository.txt +0 -0
  394. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateRepositoryWithAllArguments.txt +0 -0
  395. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testCreateRepositoryWithAutoInit.txt +0 -0
  396. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testEditWithAllArguments.txt +0 -0
  397. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testEditWithoutArguments.txt +0 -0
  398. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testEmails.txt +0 -0
  399. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testFollowing.txt +0 -0
  400. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetAuthorizations.txt +0 -0
  401. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetEvents.txt +0 -0
  402. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetGists.txt +0 -0
  403. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetInvitations.txt +0 -0
  404. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetIssues.txt +0 -0
  405. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetIssuesWithAllArguments.txt +0 -0
  406. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetKeys.txt +0 -0
  407. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetMemberships.txt +0 -0
  408. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetMigrations.txt +0 -0
  409. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetNotification.txt +0 -0
  410. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetNotifications.txt +0 -0
  411. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetNotificationsWithOtherArguments.txt +0 -0
  412. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetOrganizationEvents.txt +0 -0
  413. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetOrgs.txt +0 -0
  414. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetRepos.txt +0 -0
  415. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetReposWithArguments.txt +0 -0
  416. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetStarredGists.txt +0 -0
  417. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetTeams.txt +0 -0
  418. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetUserIssues.txt +0 -0
  419. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testGetUserIssuesWithAllArguments.txt +0 -0
  420. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testInstallations.txt +0 -0
  421. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testMarkNotificationsAsRead.txt +0 -0
  422. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testStarring.txt +0 -0
  423. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testSubscriptions.txt +0 -0
  424. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/AuthenticatedUser.testWatching.txt +0 -0
  425. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAppAuthAuthentication.txt +0 -0
  426. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAppAuthTokenAuthentication.txt +0 -0
  427. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAppAuthentication.txt +0 -0
  428. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAppInstallationAuthAuthentication.txt +0 -0
  429. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAppUserAuthentication.txt +0 -0
  430. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAuthorizationHeaderWithLogin.txt +0 -0
  431. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testAuthorizationHeaderWithToken.txt +0 -0
  432. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testBasicAuthentication.txt +0 -0
  433. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testJWTAuthentication.txt +0 -0
  434. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testLoginAuthentication.txt +0 -0
  435. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testNoAuthentication.txt +0 -0
  436. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testOAuthAuthentication.txt +0 -0
  437. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testTokenAuthentication.txt +0 -0
  438. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authentication.testUserAgent.txt +0 -0
  439. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authorization.setUp.txt +0 -0
  440. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authorization.testDelete.txt +0 -0
  441. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Authorization.testEdit.txt +0 -0
  442. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Autolink.setUp.txt +0 -0
  443. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadAttributeInClassAttribute.txt +0 -0
  444. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadAttributeTransformation.txt +0 -0
  445. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadSimpleAttribute.txt +0 -0
  446. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadSimpleAttributeInList.txt +0 -0
  447. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadTransformedAttribute.txt +0 -0
  448. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadTransformedAttributeInDict.txt +0 -0
  449. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testBadTransformedAttributeInList.txt +0 -0
  450. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BadAttributes.testIssue195.txt +0 -0
  451. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.setUp.txt +0 -0
  452. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testAddRequiredSignatures.txt +0 -0
  453. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testAddTeamPushRestrictions.txt +0 -0
  454. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testAddUserPushRestrictions.txt +0 -0
  455. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testAdminEnforcement.txt +0 -0
  456. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testAllowDeletions.txt +0 -0
  457. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testCommitCommentsOnLine.txt +0 -0
  458. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditProtection.txt +0 -0
  459. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditProtectionDismissalUsersWithUserOwnedBranch.txt +0 -0
  460. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditProtectionPushRestrictionsAndDismissalUser.txt +0 -0
  461. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditProtectionPushRestrictionsWithUserOwnedBranch.txt +0 -0
  462. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredPullRequestReviews.txt +0 -0
  463. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredPullRequestReviewsWithTooLargeApprovingReviewCount.txt +0 -0
  464. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredPullRequestReviewsWithUserBranchAndDismissalUsers.txt +0 -0
  465. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredStatusChecks.txt +0 -0
  466. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredStatusChecksChecks.txt +0 -0
  467. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testEditRequiredStatusChecksContexts.txt +0 -0
  468. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testGetRequiredSignatures.txt +0 -0
  469. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testProtectedAttributes.txt +0 -0
  470. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveProtection.txt +0 -0
  471. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemovePushRestrictions.txt +0 -0
  472. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveRequiredPullRequestReviews.txt +0 -0
  473. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveRequiredSignatures.txt +0 -0
  474. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveRequiredStatusChecks.txt +0 -0
  475. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveTeamPushRestrictions.txt +0 -0
  476. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testRemoveUserPushRestrictions.txt +0 -0
  477. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testReplaceTeamPushRestrictions.txt +0 -0
  478. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Branch.testReplaceUserPushRestrictions.txt +0 -0
  479. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/BranchProtection.setUp.txt +0 -0
  480. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.setUp.txt +0 -0
  481. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testAttributes.txt +0 -0
  482. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testCheckRunAnnotationAttributes.txt +0 -0
  483. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testCheckRunOutputAttributes.txt +0 -0
  484. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testCreateCheckRunCompleted.txt +0 -0
  485. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testCreateCheckRunInProgress.txt +0 -0
  486. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testGetCheckRunsForRef.txt +0 -0
  487. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testGetCheckRunsForRefFilterByCheckName.txt +0 -0
  488. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testGetCheckRunsForRefFilterByFilter.txt +0 -0
  489. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testGetCheckRunsForRefFilterByStatus.txt +0 -0
  490. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testListCheckRunAnnotations.txt +0 -0
  491. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testUpdateCheckRunAll.txt +0 -0
  492. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testUpdateCheckRunFailure.txt +0 -0
  493. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckRun.testUpdateCheckRunSuccess.txt +0 -0
  494. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.setUp.txt +0 -0
  495. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testCheckSuiteRerequest.txt +0 -0
  496. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testCreateCheckSuite.txt +0 -0
  497. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckRuns.txt +0 -0
  498. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckRunsFilterByCheckName.txt +0 -0
  499. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckRunsFilterByFilter.txt +0 -0
  500. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckRunsFilterByStatus.txt +0 -0
  501. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckSuitesForRef.txt +0 -0
  502. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckSuitesForRefFilterByAppId.txt +0 -0
  503. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testGetCheckSuitesForRefFilterByCheckName.txt +0 -0
  504. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CheckSuite.testUpdateCheckSuitesPreferences.txt +0 -0
  505. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.setUp.txt +0 -0
  506. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testAttributes.txt +0 -0
  507. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testCreateComment.txt +0 -0
  508. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testCreateCommentOnFileLine.txt +0 -0
  509. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testCreateCommentOnFilePosition.txt +0 -0
  510. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testCreateStatusWithAllParameters.txt +0 -0
  511. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testCreateStatusWithoutOptionalParameters.txt +0 -0
  512. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testGetBranchesWhereHead.txt +0 -0
  513. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testGetComments.txt +0 -0
  514. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Commit.testGetPulls.txt +0 -0
  515. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitCombinedStatus.setUp.txt +0 -0
  516. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.setUp.txt +0 -0
  517. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.testCreateReaction.txt +0 -0
  518. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.testDelete.txt +0 -0
  519. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.testDeleteReaction.txt +0 -0
  520. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.testEdit.txt +0 -0
  521. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitComment.testGetReactions.txt +0 -0
  522. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/CommitStatus.setUp.txt +0 -0
  523. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ConditionalRequestUpdate.setUp.txt +0 -0
  524. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ConditionalRequestUpdate.testDidNotUpdate.txt +0 -0
  525. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ConditionalRequestUpdate.testDidUpdate.txt +0 -0
  526. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ConditionalRequestUpdate.testUpdateObjectWithoutEtag.txt +0 -0
  527. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ContentFile.setUp.txt +0 -0
  528. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Copilot.setUp.txt +0 -0
  529. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Copilot.testAddSeats.txt +0 -0
  530. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Copilot.testAttributes.txt +0 -0
  531. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Copilot.testGetSeats.txt +0 -0
  532. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Copilot.testRemoveSeats.txt +0 -0
  533. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.setUp.txt +0 -0
  534. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testAttributes.txt +0 -0
  535. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testGetAlertsWithAllArguments.txt +0 -0
  536. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testMultipleAlerts.txt +0 -0
  537. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testRepr.txt +0 -0
  538. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testUpdateAlertDismissed.txt +0 -0
  539. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DependabotAlert.testUpdateAlertOpen.txt +0 -0
  540. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Deployment.setUp.txt +0 -0
  541. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DeploymentStatus.setUp.txt +0 -0
  542. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DeploymentStatus.testCreate.txt +0 -0
  543. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/DeploymentStatus.testGetStatuses.txt +0 -0
  544. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Download.setUp.txt +0 -0
  545. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Download.testDelete.txt +0 -0
  546. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Enterprise.testHttp.txt +0 -0
  547. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Enterprise.testHttps.txt +0 -0
  548. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Enterprise.testLongUrl.txt +0 -0
  549. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Enterprise.testSpecificPort.txt +0 -0
  550. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/EnterpriseAdmin.testGetConsumedLicenses.txt +0 -0
  551. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/EnterpriseAdmin.testGetEnterpriseUsers.txt +0 -0
  552. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.setUp.txt +0 -0
  553. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testCreateEnvironment.txt +0 -0
  554. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testDeleteEnvironment.txt +0 -0
  555. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testEnvironmentSecret.txt +0 -0
  556. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testEnvironmentSecrets.txt +0 -0
  557. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testEnvironmentVariable.txt +0 -0
  558. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testEnvironmentVariables.txt +0 -0
  559. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testGetEnvironments.txt +0 -0
  560. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testReviewers.txt +0 -0
  561. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Environment.testUpdateEnvironment.txt +0 -0
  562. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Equality.testBranchEquality.txt +0 -0
  563. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Equality.testUserDifference.txt +0 -0
  564. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Equality.testUserEquality.txt +0 -0
  565. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Event.setUp.txt +0 -0
  566. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testBadAuthentication.txt +0 -0
  567. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testInvalidInput.txt +0 -0
  568. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testJSONParseError.txt +0 -0
  569. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testNonJsonDataReturnedByGithub.txt +0 -0
  570. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testUnknownObject.txt +0 -0
  571. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Exceptions.testUnknownUser.txt +0 -0
  572. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ExposeAllAttributes.testAllClasses.txt +0 -0
  573. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testAttributes.txt +0 -0
  574. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testCreateComment.txt +0 -0
  575. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testDelete.txt +0 -0
  576. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testDeleteFile.txt +0 -0
  577. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testEditWithAllParameters.txt +0 -0
  578. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testEditWithoutParameters.txt +0 -0
  579. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testFork.txt +0 -0
  580. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testGetComments.txt +0 -0
  581. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testRenameFile.txt +0 -0
  582. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Gist.testStarring.txt +0 -0
  583. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GistComment.setUp.txt +0 -0
  584. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GistComment.testDelete.txt +0 -0
  585. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GistComment.testEdit.txt +0 -0
  586. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitBlob.setUp.txt +0 -0
  587. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitCommit.setUp.txt +0 -0
  588. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitCommitVerification.setUp.txt +0 -0
  589. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRef.setUp.txt +0 -0
  590. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRef.testDelete.txt +0 -0
  591. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRef.testEdit.txt +0 -0
  592. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRef.testEditWithForce.txt +0 -0
  593. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.setUp.txt +0 -0
  594. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testCreateGitTagAndRelease.txt +0 -0
  595. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testDelete.txt +0 -0
  596. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testGetAssets.txt +0 -0
  597. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testGetLatestRelease.txt +0 -0
  598. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testGetRelease.txt +0 -0
  599. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testUpdate.txt +0 -0
  600. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testUploadAsset.txt +0 -0
  601. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testUploadAssetFileLike.txt +0 -0
  602. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testUploadAssetFromMemory.txt +0 -0
  603. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitRelease.testUploadAssetWithName.txt +0 -0
  604. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitReleaseAsset.setUp.txt +0 -0
  605. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitReleaseAsset.testDownloadAssetFile.txt +0 -0
  606. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitReleaseAsset.testDownloadAssetStream.txt +0 -0
  607. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitTag.setUp.txt +0 -0
  608. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GitTree.setUp.txt +0 -0
  609. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetEmojis.txt +0 -0
  610. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetEvents.txt +0 -0
  611. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGists.txt +0 -0
  612. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGistsWithSince.txt +0 -0
  613. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGitignoreTemplate.txt +0 -0
  614. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGitignoreTemplates.txt +0 -0
  615. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGlobalAdvisories.txt +0 -0
  616. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGlobalAdvisoriesByCVE.txt +0 -0
  617. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGlobalAdvisoriesByGHSA.txt +0 -0
  618. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetGlobalAdvisoriesManyFilters.txt +0 -0
  619. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetHook.txt +0 -0
  620. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetHookDeliveries.txt +0 -0
  621. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetHookDelivery.txt +0 -0
  622. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetHooks.txt +0 -0
  623. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetLicense.txt +0 -0
  624. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetLicenses.txt +0 -0
  625. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetOrganizations.txt +0 -0
  626. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetOrganizationsSince.txt +0 -0
  627. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetRepoFromFullName.txt +0 -0
  628. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetRepoFromId.txt +0 -0
  629. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetRepos.txt +0 -0
  630. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetReposSince.txt +0 -0
  631. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetRepositoryDiscussion.txt +0 -0
  632. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetUserById.txt +0 -0
  633. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetUsers.txt +0 -0
  634. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testGetUsersSince.txt +0 -0
  635. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testSearchRepos.txt +0 -0
  636. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testSearchUserByEmail.txt +0 -0
  637. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Github.testSearchUsers.txt +0 -0
  638. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubApp.setUp.txt +0 -0
  639. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubApp.testGetAuthenticatedApp.txt +0 -0
  640. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testAppAuth.txt +0 -0
  641. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testDeprecatedAppAuth.txt +0 -0
  642. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAccessToken.txt +0 -0
  643. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAccessTokenForNoInstallation.txt +0 -0
  644. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAccessTokenWithExpiredJWT.txt +0 -0
  645. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAccessTokenWithInvalidData.txt +0 -0
  646. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAccessTokenWithInvalidPermissions.txt +0 -0
  647. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetApp.txt +0 -0
  648. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetAppInstallation.txt +0 -0
  649. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetGithubForInstallation.txt +0 -0
  650. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetInstallationNotFound.txt +0 -0
  651. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetInstallationWithExpiredJWT.txt +0 -0
  652. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetInstallations.txt +0 -0
  653. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetOrgInstallation.txt +0 -0
  654. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetRepoInstallation.txt +0 -0
  655. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GithubIntegration.testGetUserInstallation.txt +0 -0
  656. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GlobalAdvisory.testAttributes.txt +0 -0
  657. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GlobalAdvisory.testNewlyReleased.txt +0 -0
  658. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testDefaultUrl.txt +0 -0
  659. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testMutation.txt +0 -0
  660. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testMutationClass.txt +0 -0
  661. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testNode.txt +0 -0
  662. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testNodeClass.txt +0 -0
  663. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testOtherPort.txt +0 -0
  664. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testOtherUrl.txt +0 -0
  665. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testPaginationAndRestIntegration.txt +0 -0
  666. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testQuery.txt +0 -0
  667. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testQueryGraphQlClass.txt +0 -0
  668. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/GraphQl.testQueryRestClass.txt +0 -0
  669. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.setUp.txt +0 -0
  670. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.testDelete.txt +0 -0
  671. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.testEditWithAllParameters.txt +0 -0
  672. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.testEditWithMinimalParameters.txt +0 -0
  673. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.testPing.txt +0 -0
  674. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Hook.testTest.txt +0 -0
  675. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Installation.setUp.txt +0 -0
  676. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Installation.testGetGithubForInstallation.txt +0 -0
  677. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Installation.testGetRepos.txt +0 -0
  678. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.setUp.txt +0 -0
  679. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testAddAndRemoveAssignees.txt +0 -0
  680. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testAddAndRemoveLabels.txt +0 -0
  681. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testAddAndRemoveLabelsWithStringArguments.txt +0 -0
  682. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testAttributes.txt +0 -0
  683. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testCreateComment.txt +0 -0
  684. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testCreateReaction.txt +0 -0
  685. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testDeleteAndSetLabels.txt +0 -0
  686. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testDeleteAndSetLabelsWithStringArguments.txt +0 -0
  687. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testDeleteReaction.txt +0 -0
  688. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditResetAssignee.txt +0 -0
  689. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditResetMilestone.txt +0 -0
  690. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditWithAllParameters.txt +0 -0
  691. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditWithStateReasonNotPlanned.txt +0 -0
  692. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditWithStateReasonReopened.txt +0 -0
  693. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testEditWithoutParameters.txt +0 -0
  694. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetComments.txt +0 -0
  695. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetCommentsSince.txt +0 -0
  696. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetEvents.txt +0 -0
  697. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetLabels.txt +0 -0
  698. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetReactions.txt +0 -0
  699. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testGetTimeline.txt +0 -0
  700. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testLock.txt +0 -0
  701. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue.testUnlock.txt +0 -0
  702. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue131.setUp.txt +0 -0
  703. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue131.testGetPullWithOrgHeadUser.txt +0 -0
  704. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue131.testGetPullsWithOrgHeadUser.txt +0 -0
  705. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue133.testGetPageWithoutInitialArguments.txt +0 -0
  706. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue134.testGetAuthorizationsFailsWhenAutenticatedThroughOAuth.txt +0 -0
  707. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue134.testGetAuthorizationsSucceedsWhenAutenticatedThroughLoginPassword.txt +0 -0
  708. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue134.testGetOAuthScopesFromHeader.txt +0 -0
  709. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue139.setUp.txt +0 -0
  710. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue139.testCompletion.txt +0 -0
  711. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue140.setUp.txt +0 -0
  712. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue140.testGetDirContents.txt +0 -0
  713. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue140.testGetDirContentsThenLazyCompletionOfFile.txt +0 -0
  714. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue140.testGetDirContentsWithRef.txt +0 -0
  715. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue140.testGetFileContents.txt +0 -0
  716. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue142.testDecodeJson.txt +0 -0
  717. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue174.setUp.txt +0 -0
  718. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue174.testGetDirContentsWithHttpRedirect.txt +0 -0
  719. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.setUp.txt +0 -0
  720. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.testAssignees.txt +0 -0
  721. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.testCollaborators.txt +0 -0
  722. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.testCreateIssue.txt +0 -0
  723. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.testEditIssue.txt +0 -0
  724. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue214.testGetIssues.txt +0 -0
  725. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue216.setUp.txt +0 -0
  726. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue216.testIteration.txt +0 -0
  727. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue278.setUp.txt +0 -0
  728. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue278.testIteration.txt +0 -0
  729. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue33.setUp.txt +0 -0
  730. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue33.testClosedIssues.txt +0 -0
  731. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue33.testOpenIssues.txt +0 -0
  732. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue494.setUp.txt +0 -0
  733. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.setUp.txt +0 -0
  734. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testAddLabelToIssue.txt +0 -0
  735. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testCreateIssueWithLabel.txt +0 -0
  736. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testCreateLabel.txt +0 -0
  737. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testGetIssuesWithLabel.txt +0 -0
  738. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testGetLabel.txt +0 -0
  739. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testGetLabels.txt +0 -0
  740. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testIssueGetLabels.txt +0 -0
  741. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testRemoveLabelFromIssue.txt +0 -0
  742. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue50.testSetIssueLabels.txt +0 -0
  743. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue54.setUp.txt +0 -0
  744. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue54.testConversion.txt +0 -0
  745. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue572.setUp.txt +0 -0
  746. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue572.testIssueAsPullRequest.txt +0 -0
  747. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue572.testPullReqeustAsIssue.txt +0 -0
  748. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue80.testIgnoreHttpsFromGithubEnterprise.txt +0 -0
  749. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue80.testIgnoreHttpsFromGithubEnterpriseWithPort.txt +0 -0
  750. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue823.setUp.txt +0 -0
  751. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue823.testGetPendingInvitationAttributes.txt +0 -0
  752. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue87.setUp.txt +0 -0
  753. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue87.testCreateIssueWithEscapedPercentInBody.txt +0 -0
  754. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue87.testCreateIssueWithEscapedPercentInTitle.txt +0 -0
  755. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue87.testCreateIssueWithPercentInBody.txt +0 -0
  756. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue87.testCreateIssueWithPercentInTitle.txt +0 -0
  757. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue937.setUp.txt +0 -0
  758. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue937.testCollaboratorsAffiliation.txt +0 -0
  759. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue945.setUp.txt +0 -0
  760. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Issue945.testReservedPaginatedListAttributePreservation.txt +0 -0
  761. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.setUp.txt +0 -0
  762. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testCreateReaction.txt +0 -0
  763. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testDelete.txt +0 -0
  764. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testDeleteReaction.txt +0 -0
  765. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testEdit.txt +0 -0
  766. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testGetReactions.txt +0 -0
  767. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testMinimize.txt +0 -0
  768. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueComment.testUnminimize.txt +0 -0
  769. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/IssueEvent.setUp.txt +0 -0
  770. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Label.setUp.txt +0 -0
  771. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Label.testDelete.txt +0 -0
  772. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Label.testEdit.txt +0 -0
  773. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testChangeAutomateFixWhenNoVulnerabilityAlert.txt +0 -0
  774. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testDisableAutomatedSecurityFixes.txt +0 -0
  775. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testDisableVulnerabilityAlert.txt +0 -0
  776. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testEnableAutomatedSecurityFixes.txt +0 -0
  777. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testEnableVulnerabilityAlert.txt +0 -0
  778. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testGetIssues.txt +0 -0
  779. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testGetUser.txt +0 -0
  780. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testGetVulnerabilityAlert.txt +0 -0
  781. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testGetVulnerabilityAlertWhenTurnedOff.txt +0 -0
  782. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/LazyRepository.testOwner.txt +0 -0
  783. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/License.setUp.txt +0 -0
  784. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Logging.testLoggingWithBaseUrl.txt +0 -0
  785. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Logging.testLoggingWithBasicAuthentication.txt +0 -0
  786. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Logging.testLoggingWithOAuthAuthentication.txt +0 -0
  787. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Logging.testLoggingWithoutAuthentication.txt +0 -0
  788. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Markdown.setUp.txt +0 -0
  789. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Markdown.testRenderGithubFlavoredMarkdown.txt +0 -0
  790. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Markdown.testRenderMarkdown.txt +0 -0
  791. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Membership.setUp.txt +0 -0
  792. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.setUp.txt +0 -0
  793. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testDelete.txt +0 -0
  794. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testGetArchiveUrlWhenDeleted.txt +0 -0
  795. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testGetArchiveUrlWhenExported.txt +0 -0
  796. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testGetArchiveUrlWhenNotExported.txt +0 -0
  797. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testGetStatus.txt +0 -0
  798. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Migration.testUnlockRepo.txt +0 -0
  799. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Milestone.setUp.txt +0 -0
  800. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Milestone.testDelete.txt +0 -0
  801. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Milestone.testEditWithAllParameters.txt +0 -0
  802. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Milestone.testEditWithMinimalParameters.txt +0 -0
  803. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Milestone.testGetLabels.txt +0 -0
  804. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.setUp.txt +0 -0
  805. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testAttributesOfOtherUser.txt +0 -0
  806. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetEvents.txt +0 -0
  807. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetFollowers.txt +0 -0
  808. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetFollowing.txt +0 -0
  809. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetGists.txt +0 -0
  810. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetKeys.txt +0 -0
  811. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetOrganizationMembership.txt +0 -0
  812. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetOrganizationMembershipNotMember.txt +0 -0
  813. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetOrgs.txt +0 -0
  814. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetPublicEvents.txt +0 -0
  815. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetPublicReceivedEvents.txt +0 -0
  816. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetReceivedEvents.txt +0 -0
  817. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetRepo.txt +0 -0
  818. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetRepos.txt +0 -0
  819. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetReposWithAllArgs.txt +0 -0
  820. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetStarred.txt +0 -0
  821. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetSubscriptions.txt +0 -0
  822. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testGetWatched.txt +0 -0
  823. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testHasInFollowing.txt +0 -0
  824. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser.testUserEquality.txt +0 -0
  825. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser1430.setUp.txt +0 -0
  826. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/NamedUser1430.testGetProjects.txt +0 -0
  827. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Notification.setUp.txt +0 -0
  828. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Notification.testMarkAsDone.txt +0 -0
  829. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Notification.testMarkAsRead.txt +0 -0
  830. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.setUp.txt +0 -0
  831. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testAddMembersAdminRole.txt +0 -0
  832. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testAddMembersDefaultRole.txt +0 -0
  833. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testAttachDetachSecurityConfig.txt +0 -0
  834. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateActionsSecret.txt +0 -0
  835. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateCodeSecurityConfigs.txt +0 -0
  836. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateCustomProperties.txt +0 -0
  837. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateCustomProperty.txt +0 -0
  838. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateCustomPropertyValues.txt +0 -0
  839. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateDependabotSecret.txt +0 -0
  840. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateDependabotSecretSelected.txt +0 -0
  841. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateFork.txt +0 -0
  842. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateHookWithAllParameters.txt +0 -0
  843. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateHookWithMinimalParameters.txt +0 -0
  844. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateMigration.txt +0 -0
  845. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateRepoFromTemplate.txt +0 -0
  846. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateRepoFromTemplateWithAllArguments.txt +0 -0
  847. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateRepoWithAllArguments.txt +0 -0
  848. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateRepoWithMinimalArguments.txt +0 -0
  849. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateRepositoryWithAutoInit.txt +0 -0
  850. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateSecretSelected.txt +0 -0
  851. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateTeam.txt +0 -0
  852. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateTeamWithAllArguments.txt +0 -0
  853. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateVariable.txt +0 -0
  854. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testCreateVariableSelected.txt +0 -0
  855. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testDeleteHook.txt +0 -0
  856. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testDeleteSelfHostedRunner.txt +0 -0
  857. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testEditHookWithAllParameters.txt +0 -0
  858. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testEditHookWithMinimalParameters.txt +0 -0
  859. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testEditWithAllArguments.txt +0 -0
  860. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testEditWithoutArguments.txt +0 -0
  861. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetCodeSecurityConfig.txt +0 -0
  862. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetCodeSecurityConfigs.txt +0 -0
  863. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetCustomProperties.txt +0 -0
  864. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetCustomProperty.txt +0 -0
  865. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetDependabotAlerts.txt +0 -0
  866. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetDependabotAlertsWithAllArguments.txt +0 -0
  867. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetDependabotSecrets.txt +0 -0
  868. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetEvents.txt +0 -0
  869. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetHook.txt +0 -0
  870. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetHookDeliveries.txt +0 -0
  871. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetHookDelivery.txt +0 -0
  872. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetHooks.txt +0 -0
  873. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetInstallations.txt +0 -0
  874. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetIssues.txt +0 -0
  875. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetIssuesWithAllArguments.txt +0 -0
  876. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetMembers.txt +0 -0
  877. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetMigrations.txt +0 -0
  878. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetOutsideCollaborators.txt +0 -0
  879. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetPublicMembers.txt +0 -0
  880. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetRepos.txt +0 -0
  881. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetReposForCodeSecurityConfig.txt +0 -0
  882. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetReposSorted.txt +0 -0
  883. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetReposWithType.txt +0 -0
  884. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetSecret.txt +0 -0
  885. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetSecrets.txt +0 -0
  886. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetSelfHostedRunnerApplications.txt +0 -0
  887. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetSelfHostedRunners.txt +0 -0
  888. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetTeamBySlug.txt +0 -0
  889. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetTeams.txt +0 -0
  890. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetVariable.txt +0 -0
  891. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testGetVariables.txt +0 -0
  892. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testInviteUserAsNonOwner.txt +0 -0
  893. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testInviteUserByEmail.txt +0 -0
  894. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testInviteUserByName.txt +0 -0
  895. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testInviteUserWithBoth.txt +0 -0
  896. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testInviteUserWithRoleAndTeam.txt +0 -0
  897. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testIssue2030CreateProject.txt +0 -0
  898. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testListCustomPropertyValues.txt +0 -0
  899. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testMembers.txt +0 -0
  900. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testOrgGetSecretAssertion.txt +0 -0
  901. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testOrgSecretEdit.txt +0 -0
  902. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testOrgVariable.txt +0 -0
  903. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testOutsideCollaborators.txt +0 -0
  904. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testPublicMembers.txt +0 -0
  905. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testRemoveCustomProperty.txt +0 -0
  906. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testSelfHostedRunnerGetRegistrationToken.txt +0 -0
  907. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testSelfHostedRunnerGetRemoveToken.txt +0 -0
  908. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testSelfHostedRunnerJitConfig.txt +0 -0
  909. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization.testSetDefaultCodeSecurityConfig.txt +0 -0
  910. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization1437.setUp.txt +0 -0
  911. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Organization1437.testCreateProject.txt +0 -0
  912. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/OrganizationHasInMembers.setUp.txt +0 -0
  913. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/OrganizationInvitation.setUp.txt +0 -0
  914. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/OrganizationInvitation.testCancel.txt +0 -0
  915. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.setUp.txt +0 -0
  916. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testCustomPerPage.txt +0 -0
  917. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testCustomPerPageIteration.txt +0 -0
  918. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testCustomPerPageReversedIteration.txt +0 -0
  919. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testCustomPerPageWithGetPage.txt +0 -0
  920. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testCustomPerPageWithNoUrlParams.txt +0 -0
  921. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testGetFirstPage.txt +0 -0
  922. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testGetThirdPage.txt +0 -0
  923. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testGettingTheReversedListDoesNotModifyTheOriginalList.txt +0 -0
  924. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testGraphQlPagination.txt +0 -0
  925. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testIntIndexingInThirdPage.txt +0 -0
  926. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testInterruptedIteration.txt +0 -0
  927. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testIteration.txt +0 -0
  928. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testIterationWithPrefetchedFirstPage.txt +0 -0
  929. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testNoFirstPage.txt +0 -0
  930. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testReversedIterationWithMultiplePages.txt +0 -0
  931. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testReversedIterationWithSinglePage.txt +0 -0
  932. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testSliceIndexingUntilFourthPage.txt +0 -0
  933. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testTotalCountWithDictionary.txt +0 -0
  934. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PaginatedList.testTotalCountWithNoLastPage.txt +0 -0
  935. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Permissions.setUp.txt +0 -0
  936. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Persistence.setUp.txt +0 -0
  937. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Persistence.testLoadAndUpdate.txt +0 -0
  938. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Pickle.testPickleRepository.txt +0 -0
  939. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PoolSize.testReturnsRepoAfterSettingPoolSize.txt +0 -0
  940. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PoolSize.testReturnsRepoAfterSettingPoolSizeHttp.txt +0 -0
  941. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project.setUp.txt +0 -0
  942. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project.testGetOrganizationProjects.txt +0 -0
  943. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project.testGetRepositoryProjects.txt +0 -0
  944. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project1434.testDelete.txt +0 -0
  945. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project1434.testEditWithAllParameters.txt +0 -0
  946. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Project1434.testEditWithoutParameters.txt +0 -0
  947. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.setUp.txt +0 -0
  948. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testCreateFromIssue.txt +0 -0
  949. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testCreateWithNote.txt +0 -0
  950. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testDelete.txt +0 -0
  951. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testEditArchived.txt +0 -0
  952. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testEditNote.txt +0 -0
  953. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testEditWithoutParameters.txt +0 -0
  954. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testGetAll.txt +0 -0
  955. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testGetContent.txt +0 -0
  956. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectCard.testMove.txt +0 -0
  957. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.setUp.txt +0 -0
  958. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testCreate.txt +0 -0
  959. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testCreateCard.txt +0 -0
  960. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testDelete.txt +0 -0
  961. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testEdit.txt +0 -0
  962. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testGetAllCards.txt +0 -0
  963. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testGetArchivedCards.txt +0 -0
  964. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testGetCards.txt +0 -0
  965. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testGetNotArchivedCards.txt +0 -0
  966. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testGetProjectColumn.txt +0 -0
  967. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testMoveAfter.txt +0 -0
  968. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testMoveFirst.txt +0 -0
  969. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ProjectColumn.testMoveLast.txt +0 -0
  970. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PublicKey.testAttributes.txt +0 -0
  971. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PublicKey.testAttributes_with_int_key_id.txt +0 -0
  972. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PublicReleaseAsset.setUp.txt +0 -0
  973. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PublicReleaseAsset.testAttributes.txt +0 -0
  974. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PublicReleaseAsset.testDownload.txt +0 -0
  975. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.setUp.txt +0 -0
  976. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testAddAndRemoveAssignees.txt +0 -0
  977. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testAddAndRemoveLabels.txt +0 -0
  978. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testAddAndRemoveLabelsWithStringArguments.txt +0 -0
  979. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testConvertToDraft.txt +0 -0
  980. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateComment.txt +0 -0
  981. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateIssueComment.txt +0 -0
  982. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateMultilineReviewComment.txt +0 -0
  983. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateMultilineReviewCommentAsSuggestion.txt +0 -0
  984. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateMultilineReviewCommentChoosingSide.txt +0 -0
  985. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateReviewCommentInReplyTo.txt +0 -0
  986. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testCreateReviewCommentSubjectType.txt +0 -0
  987. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testDeleteAndSetLabels.txt +0 -0
  988. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testDeleteAndSetLabelsWithStringArguments.txt +0 -0
  989. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testDeleteBranch.txt +0 -0
  990. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testDeleteOnMerge.txt +0 -0
  991. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testDisableAutomerge.txt +0 -0
  992. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testEditWithAllArguments.txt +0 -0
  993. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testEditWithoutArguments.txt +0 -0
  994. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testEnableAutomerge.txt +0 -0
  995. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testEnableAutomergeDefaultValues.txt +0 -0
  996. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testEnableAutomergeError.txt +0 -0
  997. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testForceDeleteBranch.txt +0 -0
  998. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetComments.txt +0 -0
  999. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetCommits.txt +0 -0
  1000. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetFiles.txt +0 -0
  1001. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetIssueComment.txt +0 -0
  1002. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetIssueComments.txt +0 -0
  1003. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetIssueEvents.txt +0 -0
  1004. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetIssueTimeline.txt +0 -0
  1005. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetLabels.txt +0 -0
  1006. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testGetReviewComments.txt +0 -0
  1007. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testMarkReadyForReview.txt +0 -0
  1008. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testMerge.txt +0 -0
  1009. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testMergeWithCommitMessage.txt +0 -0
  1010. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testRestoreBranch.txt +0 -0
  1011. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testReviewRequests.txt +0 -0
  1012. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest.testUpdateBranch.txt +0 -0
  1013. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1168.setUp.txt +0 -0
  1014. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1168.testGetIssue.txt +0 -0
  1015. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1168.testGetPullRequest.txt +0 -0
  1016. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1169.setUp.txt +0 -0
  1017. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1169.testReviewApproveWithoutBody.txt +0 -0
  1018. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1375.setUp.txt +0 -0
  1019. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1375.testCreateReviewCommentReply.txt +0 -0
  1020. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1682.setUp.txt +0 -0
  1021. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1682.test_no_parameters.txt +0 -0
  1022. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1682.test_object_parameters.txt +0 -0
  1023. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1682.test_string_parameters.txt +0 -0
  1024. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1684.setUp.txt +0 -0
  1025. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1684.testDeleteRunnerId.txt +0 -0
  1026. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1684.testDeleteRunnerObject.txt +0 -0
  1027. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest1684.testGetRunners.txt +0 -0
  1028. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest2408.setUp.txt +0 -0
  1029. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequest2408.test_get_workflow_runs.txt +0 -0
  1030. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.setUp.txt +0 -0
  1031. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.testCreateReaction.txt +0 -0
  1032. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.testDelete.txt +0 -0
  1033. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.testDeleteReaction.txt +0 -0
  1034. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.testEdit.txt +0 -0
  1035. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestComment.testGetReactions.txt +0 -0
  1036. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestFile.setUp.txt +0 -0
  1037. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview.setUp.txt +0 -0
  1038. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview.testAttributes.txt +0 -0
  1039. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview.testDismiss.txt +0 -0
  1040. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview.testEdit.txt +0 -0
  1041. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview1856.setUp.txt +0 -0
  1042. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/PullRequestReview1856.testDelete.txt +0 -0
  1043. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RateLimitOverview.setUp.txt +0 -0
  1044. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RateLimiting.testGetRateLimit.txt +0 -0
  1045. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RateLimiting.testRateLimiting.txt +0 -0
  1046. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RateLimiting.testResetTime.txt +0 -0
  1047. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RawData.testCompletedObject.txt +0 -0
  1048. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RawData.testNonCompletableObject.txt +0 -0
  1049. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RawData.testNotYetCompletedObject.txt +0 -0
  1050. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Reaction.setUp.txt +0 -0
  1051. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Reaction.testAttributes.txt +0 -0
  1052. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Reaction.testDelete.txt +0 -0
  1053. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseAsset.setUp.txt +0 -0
  1054. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseAsset.testDelete.txt +0 -0
  1055. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseAsset.testUpdate.txt +0 -0
  1056. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testCreateGitTagAndRelease.txt +0 -0
  1057. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testDelete.txt +0 -0
  1058. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testUpdate.txt +0 -0
  1059. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testUploadAsset.txt +0 -0
  1060. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testUploadAssetFileLike.txt +0 -0
  1061. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testUploadAssetFromMemory.txt +0 -0
  1062. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseModify.testUploadAssetWithName.txt +0 -0
  1063. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseRead.testAttributes.txt +0 -0
  1064. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseRead.testGetAssets.txt +0 -0
  1065. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseRead.testGetLatestRelease.txt +0 -0
  1066. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/ReleaseRead.testGetRelease.txt +0 -0
  1067. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.setUp.txt +0 -0
  1068. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testAddToCollaboratorsCustomRole.txt +0 -0
  1069. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testAssignees.txt +0 -0
  1070. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testBadSubscribePubSubHubbub.txt +0 -0
  1071. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCodeScanAlerts.txt +0 -0
  1072. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCollaboratorPermission.txt +0 -0
  1073. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCollaboratorPermissionNoPushAccess.txt +0 -0
  1074. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCollaboratorRoleName.txt +0 -0
  1075. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCollaborators.txt +0 -0
  1076. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCompare.txt +0 -0
  1077. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCompareCommitPagination.txt +0 -0
  1078. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateAutolink.txt +0 -0
  1079. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateDeployment.txt +0 -0
  1080. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateFile.txt +0 -0
  1081. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateFork.txt +0 -0
  1082. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateForkOrg.txt +0 -0
  1083. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitBlob.txt +0 -0
  1084. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitCommit.txt +0 -0
  1085. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitCommitWithAllArguments.txt +0 -0
  1086. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitCommitWithParents.txt +0 -0
  1087. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitRef.txt +0 -0
  1088. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitRelease.txt +0 -0
  1089. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitReleaseGenerateReleaseNotes.txt +0 -0
  1090. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitReleaseWithAllArguments.txt +0 -0
  1091. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTag.txt +0 -0
  1092. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTagWithAllArguments.txt +0 -0
  1093. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTree.txt +0 -0
  1094. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTreeWithBaseTree.txt +0 -0
  1095. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTreeWithNullSha.txt +0 -0
  1096. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateGitTreeWithSha.txt +0 -0
  1097. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateHookWithAllParameters.txt +0 -0
  1098. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateHookWithMinimalParameters.txt +0 -0
  1099. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateIssue.txt +0 -0
  1100. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateIssueWithAllArguments.txt +0 -0
  1101. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateIssueWithAllArgumentsStringLabel.txt +0 -0
  1102. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateKey.txt +0 -0
  1103. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateLabel.txt +0 -0
  1104. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateMilestone.txt +0 -0
  1105. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateMilestoneWithMinimalArguments.txt +0 -0
  1106. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateProject.txt +0 -0
  1107. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreatePull.txt +0 -0
  1108. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreatePullFromIssue.txt +0 -0
  1109. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateRepoActionsSecret.txt +0 -0
  1110. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateRepoDependabotSecret.txt +0 -0
  1111. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateRepositoryDispatch.txt +0 -0
  1112. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testCreateSourceImport.txt +0 -0
  1113. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testDelete.txt +0 -0
  1114. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testDeleteFile.txt +0 -0
  1115. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testDeleteSecret.txt +0 -0
  1116. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testEditWithAllArguments.txt +0 -0
  1117. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testEditWithDefaultBranch.txt +0 -0
  1118. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testEditWithoutArguments.txt +0 -0
  1119. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGenerateReleaseNotes.txt +0 -0
  1120. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGenerateReleaseNotesWithAllArguments.txt +0 -0
  1121. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetArchiveLink.txt +0 -0
  1122. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetAutolinks.txt +0 -0
  1123. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetAutomatedSecurityFixes.txt +0 -0
  1124. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetBranch.txt +0 -0
  1125. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetComments.txt +0 -0
  1126. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetCommits.txt +0 -0
  1127. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetCommitsWithArguments.txt +0 -0
  1128. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetCommitsWithAuthor.txt +0 -0
  1129. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetCommitsWithSinceUntil.txt +0 -0
  1130. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetContents.txt +0 -0
  1131. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetContentsDir.txt +0 -0
  1132. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetContentsDirWithSlash.txt +0 -0
  1133. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetContentsWithRef.txt +0 -0
  1134. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetContributors.txt +0 -0
  1135. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetCustomProperties.txt +0 -0
  1136. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDeployments.txt +0 -0
  1137. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDiscussion.txt +0 -0
  1138. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDiscussions.txt +0 -0
  1139. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDiscussionsByAnswered.txt +0 -0
  1140. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDiscussionsByCategory.txt +0 -0
  1141. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDiscussionsByStates.txt +0 -0
  1142. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetDownloads.txt +0 -0
  1143. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetEvents.txt +0 -0
  1144. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetForks.txt +0 -0
  1145. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetGitRef.txt +0 -0
  1146. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetGitRefWithIssue102Reverted.txt +0 -0
  1147. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetGitRefs.txt +0 -0
  1148. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetGitTreeWithRecursive.txt +0 -0
  1149. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetHookDeliveries.txt +0 -0
  1150. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetHookDelivery.txt +0 -0
  1151. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetHooks.txt +0 -0
  1152. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetIssues.txt +0 -0
  1153. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetIssuesComments.txt +0 -0
  1154. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetIssuesEvents.txt +0 -0
  1155. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetIssuesWithArguments.txt +0 -0
  1156. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetIssuesWithWildcards.txt +0 -0
  1157. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetKeys.txt +0 -0
  1158. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetLabel.txt +0 -0
  1159. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetLabels.txt +0 -0
  1160. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetLanguages.txt +0 -0
  1161. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetLicense.txt +0 -0
  1162. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetMatchingRefs.txt +0 -0
  1163. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetMilestones.txt +0 -0
  1164. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetMilestonesWithArguments.txt +0 -0
  1165. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetNetworkEvents.txt +0 -0
  1166. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetPendingInvitations.txt +0 -0
  1167. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetPulls.txt +0 -0
  1168. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetPullsComments.txt +0 -0
  1169. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetPullsWithArguments.txt +0 -0
  1170. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetRepositoryWith301Redirect.txt +0 -0
  1171. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetSourceImport.txt +0 -0
  1172. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetStargazers.txt +0 -0
  1173. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetStargazersWithDates.txt +0 -0
  1174. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetSubscribers.txt +0 -0
  1175. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetTeams.txt +0 -0
  1176. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetTopics.txt +0 -0
  1177. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetWatchers.txt +0 -0
  1178. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetWorkflowId.txt +0 -0
  1179. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetWorkflowRuns.txt +0 -0
  1180. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetWorkflowRunsCreated.txt +0 -0
  1181. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testGetWorkflows.txt +0 -0
  1182. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testLegacySearchIssues.txt +0 -0
  1183. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMarkNotificationsAsRead.txt +0 -0
  1184. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeUpstreamFailure.txt +0 -0
  1185. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeUpstreamSuccess.txt +0 -0
  1186. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeWithConflict.txt +0 -0
  1187. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeWithMessage.txt +0 -0
  1188. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeWithNothingToDo.txt +0 -0
  1189. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testMergeWithoutMessage.txt +0 -0
  1190. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRemoveAutolink.txt +0 -0
  1191. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRemoveInvitation.txt +0 -0
  1192. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRenameBranchObject.txt +0 -0
  1193. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRenameBranchString.txt +0 -0
  1194. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testReplaceTopics.txt +0 -0
  1195. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRepoGetSecretAssertion.txt +0 -0
  1196. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRepoSecrets.txt +0 -0
  1197. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRepoVariable.txt +0 -0
  1198. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testRepoVariables.txt +0 -0
  1199. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testSearchIssues.txt +0 -0
  1200. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testStatisticsCodeFrequency.txt +0 -0
  1201. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testStatisticsCommitActivity.txt +0 -0
  1202. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testStatisticsContributors.txt +0 -0
  1203. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testStatisticsParticipation.txt +0 -0
  1204. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testStatisticsPunchCard.txt +0 -0
  1205. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testSubscribePubSubHubbub.txt +0 -0
  1206. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testTransferOwnership.txt +0 -0
  1207. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testTransferOwnershipInvalidOwner.txt +0 -0
  1208. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testUnsubscribePubSubHubbub.txt +0 -0
  1209. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testUpdateCustomProperties.txt +0 -0
  1210. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Repository.testUpdateFile.txt +0 -0
  1211. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.setUp.txt +0 -0
  1212. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testAddVulnerability.txt +0 -0
  1213. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testCreateRepositoryAdvisory.txt +0 -0
  1214. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testGetAdvisories.txt +0 -0
  1215. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testOfferCredit.txt +0 -0
  1216. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testOfferCredits.txt +0 -0
  1217. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testRemoveCredit.txt +0 -0
  1218. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testRepositoryWithNoAdvisories.txt +0 -0
  1219. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testUpdateRepositoryAdvisory.txt +0 -0
  1220. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryAdvisory.testUpdateSingleFieldDoesNotRemoveOtherFields.txt +0 -0
  1221. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryDiscussion.setUp.txt +0 -0
  1222. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryDiscussion.testAddAndDeleteComment.txt +0 -0
  1223. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryDiscussion.testGetComments.txt +0 -0
  1224. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryDiscussion.testGetCommentsWithoutNodeId.txt +0 -0
  1225. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryKey.setUp.txt +0 -0
  1226. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RepositoryKey.testDelete.txt +0 -0
  1227. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Requester.testBaseUrlHostRedirection.txt +0 -0
  1228. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Requester.testBaseUrlPortRedirection.txt +0 -0
  1229. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Requester.testBaseUrlPrefixRedirection.txt +0 -0
  1230. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Requester.testBaseUrlSchemeRedirection.txt +0 -0
  1231. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Requester.testLoggingRedirection.txt +0 -0
  1232. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RequesterThrottleTestCase.testDeferRequests.txt +0 -0
  1233. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RequesterThrottled.testShouldDeferWrites.txt +0 -0
  1234. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RequiredPullRequestReviews.setUp.txt +0 -0
  1235. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RequiredPullRequestReviews.testOrganizationOwnedTeam.txt +0 -0
  1236. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/RequiredStatusChecks.setUp.txt +0 -0
  1237. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Retry.testRaisesRetryErrorAfterMaxRetries.txt +0 -0
  1238. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Retry.testReturnsRepoAfter1Retry.txt +0 -0
  1239. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Retry.testReturnsRepoAfter3Retries.txt +0 -0
  1240. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Retry.testReturnsRepoAfterSettingRetryHttp.txt +0 -0
  1241. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Retry.testShouldNotRetryWhenStatusNotOnList.txt +0 -0
  1242. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testGetPageOnSearchUsers.txt +0 -0
  1243. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testPaginateSearchTopics.txt +0 -0
  1244. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testPaginateSearchUsers.txt +0 -0
  1245. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchCode.txt +0 -0
  1246. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchCommits.txt +0 -0
  1247. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchCommitsOrder.txt +0 -0
  1248. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchHighlightingCode.txt +0 -0
  1249. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchIssues.txt +0 -0
  1250. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchRepos.txt +0 -0
  1251. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchReposWithNoResults.txt +0 -0
  1252. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchTopics.txt +0 -0
  1253. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testSearchUsers.txt +0 -0
  1254. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testUrlquotingOfQualifiers.txt +0 -0
  1255. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Search.testUrlquotingOfQuery.txt +0 -0
  1256. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SecurityAndAnalysis.setUp.txt +0 -0
  1257. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SelfHostedActionsRunner.setUp.txt +0 -0
  1258. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SelfHostedActionsRunner.testAttributes.txt +0 -0
  1259. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SourceImport.setUp.txt +0 -0
  1260. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SourceImport.testUpdate.txt +0 -0
  1261. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.test2FARequired.txt +0 -0
  1262. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.testAuthenticatedRateLimitExceeded.txt +0 -0
  1263. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.testBadCredentials.txt +0 -0
  1264. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.testBadUserAgent.txt +0 -0
  1265. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.testRateLimitExceeded.txt +0 -0
  1266. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SpecificExceptions.testUnknownObject.txt +0 -0
  1267. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SubIssue.setUp.txt +0 -0
  1268. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SubIssue.testAddSubIssue.txt +0 -0
  1269. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SubIssue.testListSubIssues.txt +0 -0
  1270. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SubIssue.testPrioritizeSubIssue.txt +0 -0
  1271. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/SubIssue.testRemoveSubIssue.txt +0 -0
  1272. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Tag.setUp.txt +0 -0
  1273. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.setUp.txt +0 -0
  1274. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testDelete.txt +0 -0
  1275. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testDiscussions.txt +0 -0
  1276. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testEditWithAllArguments.txt +0 -0
  1277. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testEditWithoutArguments.txt +0 -0
  1278. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testGetTeams.txt +0 -0
  1279. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testMembers.txt +0 -0
  1280. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testRepoPermission.txt +0 -0
  1281. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testRepos.txt +0 -0
  1282. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testTeamMembership.txt +0 -0
  1283. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Team.testUpdateTeamRepository.txt +0 -0
  1284. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Topic.setUp.txt +0 -0
  1285. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Traffic.setUp.txt +0 -0
  1286. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Traffic.testGetClones.txt +0 -0
  1287. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Traffic.testGetPaths.txt +0 -0
  1288. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Traffic.testGetReferrers.txt +0 -0
  1289. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Traffic.testGetViews.txt +0 -0
  1290. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/UserKey.setUp.txt +0 -0
  1291. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/UserKey.testDelete.txt +0 -0
  1292. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.setUp.txt +0 -0
  1293. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testCreateDispatchForNonTriggerEnabled.txt +0 -0
  1294. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testCreateDispatchWithBranch.txt +0 -0
  1295. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testCreateDispatchWithString.txt +0 -0
  1296. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testCreateDispatchWithTag.txt +0 -0
  1297. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testDisable.txt +0 -0
  1298. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testDisabledWhenAlreadyDisabled.txt +0 -0
  1299. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testEnable.txt +0 -0
  1300. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testEnableWhenAlreadyEnabled.txt +0 -0
  1301. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testGetRunsWithCreated.txt +0 -0
  1302. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testGetRunsWithHeadSha.txt +0 -0
  1303. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testGetRunsWithNoArguments.txt +0 -0
  1304. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testGetRunsWithObjects.txt +0 -0
  1305. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/Workflow.testGetRunsWithStrings.txt +0 -0
  1306. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowJob.setUp.txt +0 -0
  1307. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowJob.testAttributes.txt +0 -0
  1308. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.setUp.txt +0 -0
  1309. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_cancel.txt +0 -0
  1310. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_delete.txt +0 -0
  1311. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_jobs.txt +0 -0
  1312. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_rerun.txt +0 -0
  1313. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_rerun_failed_jobs.txt +0 -0
  1314. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_rerun_with_successful_run.txt +0 -0
  1315. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_timing.txt +0 -0
  1316. {pygithub-2.8.0 → pygithub-2.8.1}/tests/ReplayData/WorkflowRun.test_timing_no_run_duration.txt +0 -0
  1317. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Repository.py +0 -0
  1318. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RepositoryAdvisory.py +0 -0
  1319. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RepositoryDiscussion.py +0 -0
  1320. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RepositoryKey.py +0 -0
  1321. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Requester.py +0 -0
  1322. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RequiredPullRequestReviews.py +0 -0
  1323. {pygithub-2.8.0 → pygithub-2.8.1}/tests/RequiredStatusChecks.py +0 -0
  1324. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Retry.py +0 -0
  1325. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Search.py +0 -0
  1326. {pygithub-2.8.0 → pygithub-2.8.1}/tests/SecurityAndAnalysis.py +0 -0
  1327. {pygithub-2.8.0 → pygithub-2.8.1}/tests/SelfHostedActionsRunner.py +0 -0
  1328. {pygithub-2.8.0 → pygithub-2.8.1}/tests/SourceImport.py +0 -0
  1329. {pygithub-2.8.0 → pygithub-2.8.1}/tests/SubIssue.py +0 -0
  1330. {pygithub-2.8.0 → pygithub-2.8.1}/tests/SubIssueSummary.py +0 -0
  1331. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Tag.py +0 -0
  1332. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Team.py +0 -0
  1333. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Topic.py +0 -0
  1334. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Traffic.py +0 -0
  1335. {pygithub-2.8.0 → pygithub-2.8.1}/tests/UserKey.py +0 -0
  1336. {pygithub-2.8.0 → pygithub-2.8.1}/tests/Workflow.py +0 -0
  1337. {pygithub-2.8.0 → pygithub-2.8.1}/tests/WorkflowJob.py +0 -0
  1338. {pygithub-2.8.0 → pygithub-2.8.1}/tests/WorkflowRun.py +0 -0
  1339. {pygithub-2.8.0 → pygithub-2.8.1}/tests/__init__.py +0 -0
  1340. {pygithub-2.8.0 → pygithub-2.8.1}/tests/conftest.py +0 -0
  1341. {pygithub-2.8.0 → pygithub-2.8.1}/tests/test_release_notes.yml +0 -0
  1342. {pygithub-2.8.0 → pygithub-2.8.1}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyGithub
3
- Version: 2.8.0
3
+ Version: 2.8.1
4
4
  Summary: Use the full Github API v3
5
5
  Author-email: Vincent Jacques <vincent@vincent-jacques.net>
6
6
  Project-URL: Documentation, https://pygithub.readthedocs.io/en/stable/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyGithub
3
- Version: 2.8.0
3
+ Version: 2.8.1
4
4
  Summary: Use the full Github API v3
5
5
  Author-email: Vincent Jacques <vincent@vincent-jacques.net>
6
6
  Project-URL: Documentation, https://pygithub.readthedocs.io/en/stable/
@@ -4,6 +4,13 @@ Change log
4
4
  Stable versions
5
5
  ~~~~~~~~~~~~~~~
6
6
 
7
+ Version 2.8.1 (September 02, 2025)
8
+ ----------------------------------
9
+
10
+ Bug Fixes
11
+ ^^^^^^^^^
12
+ * Use default type if known type is not supported (`#3365 <https://github.com/PyGithub/PyGithub/pull/3365>`_) (`40506415 <https://github.com/PyGithub/PyGithub/commit/40506415>`_)
13
+
7
14
  Version 2.8.0 (September 02, 2025)
8
15
  ----------------------------------
9
16
 
@@ -211,7 +211,7 @@ class GithubApp(CompletableGithubObject):
211
211
  if "owner" in attributes: # pragma no branch
212
212
  self._owner = self._makeUnionClassAttributeFromTypeKey(
213
213
  "type",
214
- "Enterprise",
214
+ "User",
215
215
  attributes["owner"],
216
216
  (github.NamedUser.NamedUser, "User"),
217
217
  (github.Organization.Organization, "Organization"),
@@ -370,13 +370,23 @@ class GithubObject(ABC):
370
370
  )
371
371
 
372
372
  def _makeUnionClassAttributeFromTypeName(
373
- self, type_name: str | None, value: Any, *class_and_names: tuple[type[T_gh], str]
373
+ self, type_name: str | None, fallback_type: str | None, value: Any, *class_and_names: tuple[type[T_gh], str]
374
374
  ) -> Attribute[T_gh]:
375
375
  if value is None or type_name is None:
376
376
  return _ValuedAttribute(None) # type: ignore
377
+ fallback_class = None
377
378
  for klass, name in class_and_names:
378
379
  if type_name == name:
379
380
  return self._makeClassAttribute(klass, value)
381
+ if fallback_type == name:
382
+ fallback_class = klass
383
+ if fallback_type is not None:
384
+ if fallback_class is None:
385
+ # this is misconfiguration in PyGithub code, not a user's fault
386
+ raise ValueError(
387
+ f"Fallback type {fallback_type} is not among classes and names: {[name for klass, name in class_and_names]}"
388
+ )
389
+ return self._makeClassAttribute(fallback_class, value)
380
390
  return _BadAttribute(value, type) # type: ignore
381
391
 
382
392
  def _makeUnionClassAttributeFromTypeKey(
@@ -388,7 +398,9 @@ class GithubObject(ABC):
388
398
  ) -> Attribute[T_gh]:
389
399
  if value is None or not isinstance(value, dict):
390
400
  return _ValuedAttribute(None) # type: ignore
391
- return self._makeUnionClassAttributeFromTypeName(value.get(type_key, default_type), value, *class_and_names)
401
+ return self._makeUnionClassAttributeFromTypeName(
402
+ value.get(type_key, default_type), default_type, value, *class_and_names
403
+ )
392
404
 
393
405
  def _makeUnionClassAttributeFromTypeKeyAndValueKey(
394
406
  self,
@@ -401,7 +413,7 @@ class GithubObject(ABC):
401
413
  if value is None or not isinstance(value, dict):
402
414
  return _ValuedAttribute(None) # type: ignore
403
415
  return self._makeUnionClassAttributeFromTypeName(
404
- value.get(type_key, default_type), value.get(value_key), *class_and_names
416
+ value.get(type_key, default_type), default_type, value.get(value_key), *class_and_names
405
417
  )
406
418
 
407
419
  @staticmethod
@@ -24,8 +24,12 @@
24
24
  # #
25
25
  ################################################################################
26
26
 
27
+ from __future__ import annotations
28
+
27
29
  import unittest
28
30
  from datetime import datetime, timedelta, timezone
31
+ from typing import Any
32
+ from unittest import mock
29
33
 
30
34
  import github.Repository
31
35
  import github.RepositoryDiscussion
@@ -33,6 +37,8 @@ import github.RepositoryDiscussion
33
37
  from . import Framework
34
38
 
35
39
  gho = Framework.github.GithubObject
40
+ ghusr = Framework.github.NamedUser
41
+ ghorg = Framework.github.Organization
36
42
 
37
43
 
38
44
  class GithubObject(unittest.TestCase):
@@ -52,6 +58,95 @@ class GithubObject(unittest.TestCase):
52
58
  self.assertEqual(github.RepositoryDiscussion.RepositoryDiscussion.is_rest(), False)
53
59
  self.assertEqual(github.RepositoryDiscussion.RepositoryDiscussion.is_graphql(), True)
54
60
 
61
+ def testMakeUnionClassAttributeFromTypeName(self):
62
+ req = mock.Mock(is_not_lazy=False)
63
+ obj = TestingClass(req, {}, {})
64
+
65
+ data = {"login": "login"}
66
+ class_and_names = [(ghusr.NamedUser, "User"), (ghorg.Organization, "Organization")]
67
+
68
+ def make(type_name: str | None, fallback_type: str | None = "User"):
69
+ return obj._makeUnionClassAttributeFromTypeName(type_name, fallback_type, data, *class_and_names)
70
+
71
+ none = make(None)
72
+ usr = make("User")
73
+ org = make("Organization")
74
+ unknown = make("Unknown")
75
+ bad = make("Unknown", None)
76
+
77
+ self.assertIsInstance(none, gho._ValuedAttribute)
78
+ self.assertIsInstance(usr, gho._ValuedAttribute)
79
+ self.assertIsInstance(org, gho._ValuedAttribute)
80
+ self.assertIsInstance(unknown, gho._ValuedAttribute)
81
+ self.assertIsInstance(bad, gho._BadAttribute)
82
+
83
+ self.assertIsNone(none.value)
84
+ self.assertIsInstance(usr.value, ghusr.NamedUser)
85
+ self.assertIsInstance(org.value, ghorg.Organization)
86
+ self.assertIsInstance(unknown.value, ghusr.NamedUser)
87
+
88
+ self.assertEqual(str(usr.value), 'NamedUser(login="login")')
89
+ self.assertEqual(str(org.value), 'Organization(login="login")')
90
+ self.assertEqual(str(unknown.value), 'NamedUser(login="login")')
91
+
92
+ def testMakeUnionClassAttributeFromTypeKey(self):
93
+ req = mock.Mock(is_not_lazy=False)
94
+ obj = TestingClass(req, {}, {})
95
+
96
+ class_and_names = [(ghusr.NamedUser, "User"), (ghorg.Organization, "Organization")]
97
+
98
+ def make(data: dict[str, Any]):
99
+ return obj._makeUnionClassAttributeFromTypeKey("type", "User", data, *class_and_names)
100
+
101
+ default = make({"login": "login"})
102
+ usr = make({"login": "login", "type": "User"})
103
+ org = make({"login": "login", "type": "Organization"})
104
+ unknown = make({"login": "login", "type": "Unknown"})
105
+
106
+ self.assertIsInstance(default, gho._ValuedAttribute)
107
+ self.assertIsInstance(usr, gho._ValuedAttribute)
108
+ self.assertIsInstance(org, gho._ValuedAttribute)
109
+ self.assertIsInstance(unknown, gho._ValuedAttribute)
110
+
111
+ self.assertIsInstance(default.value, ghusr.NamedUser)
112
+ self.assertIsInstance(usr.value, ghusr.NamedUser)
113
+ self.assertIsInstance(org.value, ghorg.Organization)
114
+ self.assertIsInstance(unknown.value, ghusr.NamedUser)
115
+
116
+ self.assertEqual(str(default.value), 'NamedUser(login="login")')
117
+ self.assertEqual(str(usr.value), 'NamedUser(login="login")')
118
+ self.assertEqual(str(org.value), 'Organization(login="login")')
119
+ self.assertEqual(str(unknown.value), 'NamedUser(login="login")')
120
+
121
+ def testMakeUnionClassAttributeFromTypeKeyAndValueKey(self):
122
+ req = mock.Mock(is_not_lazy=False)
123
+ obj = TestingClass(req, {}, {})
124
+
125
+ class_and_names = [(ghusr.NamedUser, "User"), (ghorg.Organization, "Organization")]
126
+
127
+ def make(data: dict[str, Any]):
128
+ return obj._makeUnionClassAttributeFromTypeKeyAndValueKey("type", "data", "User", data, *class_and_names)
129
+
130
+ default = make({"data": {"login": "login"}})
131
+ usr = make({"data": {"login": "login"}, "type": "User"})
132
+ org = make({"data": {"login": "login"}, "type": "Organization"})
133
+ unknown = make({"data": {"login": "login"}, "type": "Unknown"})
134
+
135
+ self.assertIsInstance(default, gho._ValuedAttribute)
136
+ self.assertIsInstance(usr, gho._ValuedAttribute)
137
+ self.assertIsInstance(org, gho._ValuedAttribute)
138
+ self.assertIsInstance(unknown, gho._ValuedAttribute)
139
+
140
+ self.assertIsInstance(default.value, ghusr.NamedUser)
141
+ self.assertIsInstance(usr.value, ghusr.NamedUser)
142
+ self.assertIsInstance(org.value, ghorg.Organization)
143
+ self.assertIsInstance(unknown.value, ghusr.NamedUser)
144
+
145
+ self.assertEqual(str(default.value), 'NamedUser(login="login")')
146
+ self.assertEqual(str(usr.value), 'NamedUser(login="login")')
147
+ self.assertEqual(str(org.value), 'Organization(login="login")')
148
+ self.assertEqual(str(unknown.value), 'NamedUser(login="login")')
149
+
55
150
  def testMakeDatetimeAttribute(self):
56
151
  for value, expected in [
57
152
  (None, None),
@@ -145,3 +240,11 @@ class GithubObject(unittest.TestCase):
145
240
  self.assertEqual(value, e.exception.actual_value)
146
241
  self.assertEqual(int, e.exception.expected_type)
147
242
  self.assertIsNone(e.exception.transformation_exception)
243
+
244
+
245
+ class TestingClass(gho.NonCompletableGithubObject):
246
+ def _initAttributes(self) -> None:
247
+ pass
248
+
249
+ def _useAttributes(self, attributes: Any) -> None:
250
+ pass
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes