From 4c90e10c1a4821539422c8f4cf74d35eb6ca7ab6 Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Thu, 21 Mar 2024 15:33:57 +0100 Subject: [PATCH 1/2] Release v2.3.0 --- .gitignore | 1 + doc/changes.rst | 31 +++++++++++++++++++++ github/AdvisoryBase.py | 1 + github/AdvisoryCredit.py | 1 + github/AdvisoryCreditDetailed.py | 1 + github/AdvisoryVulnerability.py | 1 + github/AdvisoryVulnerabilityPackage.py | 2 ++ github/ApplicationOAuth.py | 2 ++ github/Artifact.py | 1 + github/Auth.py | 2 ++ github/AuthenticatedUser.py | 1 + github/Authorization.py | 1 + github/AuthorizationApplication.py | 1 + github/Autolink.py | 1 + github/Branch.py | 2 ++ github/BranchProtection.py | 2 ++ github/CVSS.py | 1 + github/CWE.py | 1 + github/CheckRun.py | 1 + github/CheckRunAnnotation.py | 1 + github/CheckRunOutput.py | 1 + github/CheckSuite.py | 1 + github/Clones.py | 1 + github/CodeScanAlert.py | 1 + github/CodeScanAlertInstance.py | 1 + github/CodeScanAlertInstanceLocation.py | 1 + github/CodeScanRule.py | 1 + github/CodeScanTool.py | 1 + github/Commit.py | 1 + github/CommitCombinedStatus.py | 1 + github/CommitComment.py | 1 + github/Comparison.py | 1 + github/Consts.py | 1 + github/ContentFile.py | 1 + github/DependabotAlert.py | 2 ++ github/DependabotAlertAdvisory.py | 2 ++ github/DependabotAlertDependency.py | 2 ++ github/DependabotAlertVulnerability.py | 1 + github/Deployment.py | 1 + github/DeploymentStatus.py | 1 + github/Download.py | 1 + github/Enterprise.py | 1 + github/EnterpriseConsumedLicenses.py | 1 + github/Environment.py | 1 + github/EnvironmentDeploymentBranchPolicy.py | 1 + github/EnvironmentProtectionRule.py | 1 + github/EnvironmentProtectionRuleReviewer.py | 1 + github/Event.py | 1 + github/File.py | 1 + github/Gist.py | 1 + github/GistComment.py | 1 + github/GistFile.py | 1 + github/GistHistoryState.py | 1 + github/GitAuthor.py | 1 + github/GitBlob.py | 1 + github/GitCommit.py | 1 + github/GitObject.py | 1 + github/GitRef.py | 1 + github/GitRelease.py | 1 + github/GitReleaseAsset.py | 1 + github/GitTag.py | 1 + github/GitTree.py | 1 + github/GitTreeElement.py | 1 + github/GithubApp.py | 1 + github/GithubException.py | 1 + github/GithubIntegration.py | 1 + github/GithubObject.py | 1 + github/GithubRetry.py | 1 + github/GitignoreTemplate.py | 1 + github/GlobalAdvisory.py | 2 ++ github/Hook.py | 1 + github/HookDelivery.py | 1 + github/HookDescription.py | 1 + github/HookResponse.py | 1 + github/InputFileContent.py | 1 + github/InputGitAuthor.py | 1 + github/InputGitTreeElement.py | 1 + github/Installation.py | 1 + github/InstallationAuthorization.py | 1 + github/Invitation.py | 1 + github/Issue.py | 2 ++ github/IssueComment.py | 1 + github/IssueEvent.py | 1 + github/IssuePullRequest.py | 1 + github/Label.py | 1 + github/License.py | 1 + github/MainClass.py | 1 + github/Membership.py | 1 + github/Migration.py | 1 + github/Milestone.py | 1 + github/NamedEnterpriseUser.py | 1 + github/NamedUser.py | 1 + github/Notification.py | 1 + github/NotificationSubject.py | 1 + github/Organization.py | 3 ++ github/OrganizationDependabotAlert.py | 2 ++ github/OrganizationSecret.py | 2 ++ github/OrganizationVariable.py | 1 + github/Path.py | 1 + github/Permissions.py | 1 + github/Plan.py | 1 + github/Project.py | 1 + github/ProjectCard.py | 1 + github/ProjectColumn.py | 1 + github/PublicKey.py | 1 + github/PullRequest.py | 1 + github/PullRequestComment.py | 1 + github/PullRequestMergeStatus.py | 1 + github/PullRequestPart.py | 1 + github/PullRequestReview.py | 2 ++ github/Rate.py | 1 + github/RateLimit.py | 1 + github/Reaction.py | 1 + github/Referrer.py | 1 + github/Repository.py | 5 ++++ github/RepositoryAdvisory.py | 2 ++ github/RepositoryKey.py | 1 + github/RepositoryPreferences.py | 1 + github/Requester.py | 1 + github/RequiredPullRequestReviews.py | 2 ++ github/RequiredStatusChecks.py | 1 + github/Secret.py | 1 + github/SelfHostedActionsRunner.py | 1 + github/SourceImport.py | 1 + github/Stargazer.py | 1 + github/StatsCodeFrequency.py | 1 + github/StatsCommitActivity.py | 1 + github/StatsContributor.py | 1 + github/StatsParticipation.py | 1 + github/StatsPunchCard.py | 1 + github/Tag.py | 1 + github/Team.py | 2 ++ github/TeamDiscussion.py | 1 + github/TimelineEvent.py | 1 + github/TimelineEventSource.py | 1 + github/UserKey.py | 1 + github/Variable.py | 1 + github/View.py | 1 + github/Workflow.py | 1 + github/WorkflowJob.py | 2 ++ github/WorkflowRun.py | 1 + github/WorkflowStep.py | 1 + github/__init__.py | 2 ++ tests/ApplicationOAuth.py | 1 + tests/AuthenticatedUser.py | 1 + tests/Branch.py | 1 + tests/BranchProtection.py | 1 + tests/DependabotAlert.py | 1 + tests/GlobalAdvisory.py | 1 + tests/Issue.py | 1 + tests/Organization.py | 2 ++ tests/PullRequestReview.py | 1 + tests/Repository.py | 4 +++ tests/RequiredPullRequestReviews.py | 1 + tests/Team.py | 1 + tests/Workflow.py | 1 + tests/WorkflowJob.py | 1 + 157 files changed, 215 insertions(+) diff --git a/.gitignore b/.gitignore index a9c3221a1d..74444e7bb8 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Copyright 2020 Wan Liuyang # # Copyright 2023 Enrico Minack # # Copyright 2023 Sol Redfern <59831933+Tsuesun@users.noreply.github.com> # +# Copyright 2024 Aiden Grossman # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/doc/changes.rst b/doc/changes.rst index 19d5573b6d..83b4ae2ed6 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -4,6 +4,37 @@ Change log Stable versions ~~~~~~~~~~~~~~~ +Version 2.3.0 (March 21, 2024) +------------------------------ + +New features +^^^^^^^^^^^^ + +* Support OAuth for enterprise (#2780) (e4106e00) +* Support creation of Dependabot Organization and Repository Secrets (#2874) (0784f835) + +Improvements +^^^^^^^^^^^^ + +* Create release with optional name and message when generate_release_notes is true (#2868) (d65fc30d) +* Add missing attributes to WorkflowJob (#2921) (9e092458) +* Add `created` and `check_suite_id` filter for Repository WorkflowRuns (#2891) (c788985c) +* Assert requester argument type in Auth (#2912) (0b8435fc) + +Bug Fixes +^^^^^^^^^ + +* Revert having allowed values for add_to_collaborators (#2905) (b542438e) + +Maintenance +^^^^^^^^^^^ + +* Fix imports in authentication docs (#2923) (e3d36535) +* CI: add docformatter to precommit (#2614) (96ad19ae) +* Add .swp fils to gitignore (#2903) (af529abe) +* Fix instructions building docs in CONTRIBUTING.md (#2900) (cd8e528d) +* Explicitly name the modules built in pyproject.toml (#2894) (4d461734) + Version 2.2.0 (January 28, 2024) -------------------------------- diff --git a/github/AdvisoryBase.py b/github/AdvisoryBase.py index 157bb7383b..4994cea736 100644 --- a/github/AdvisoryBase.py +++ b/github/AdvisoryBase.py @@ -2,6 +2,7 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Joseph Henrich # +# Copyright 2024 Enrico Minack # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/AdvisoryCredit.py b/github/AdvisoryCredit.py index a21df3d873..4bfa02f228 100644 --- a/github/AdvisoryCredit.py +++ b/github/AdvisoryCredit.py @@ -5,6 +5,7 @@ # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AdvisoryCreditDetailed.py b/github/AdvisoryCreditDetailed.py index 550f024b91..2dbe989dec 100644 --- a/github/AdvisoryCreditDetailed.py +++ b/github/AdvisoryCreditDetailed.py @@ -18,6 +18,7 @@ # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AdvisoryVulnerability.py b/github/AdvisoryVulnerability.py index 46f16eeb61..6d304059fe 100644 --- a/github/AdvisoryVulnerability.py +++ b/github/AdvisoryVulnerability.py @@ -5,6 +5,7 @@ # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AdvisoryVulnerabilityPackage.py b/github/AdvisoryVulnerabilityPackage.py index 812e85985b..ba52a94c7c 100644 --- a/github/AdvisoryVulnerabilityPackage.py +++ b/github/AdvisoryVulnerabilityPackage.py @@ -19,6 +19,8 @@ # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/ApplicationOAuth.py b/github/ApplicationOAuth.py index 1b6bade41a..ca31ddb330 100644 --- a/github/ApplicationOAuth.py +++ b/github/ApplicationOAuth.py @@ -6,6 +6,8 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Artifact.py b/github/Artifact.py index bd5c580d76..83b59b6e49 100644 --- a/github/Artifact.py +++ b/github/Artifact.py @@ -21,6 +21,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Auth.py b/github/Auth.py index 86ca0a0fd1..14abec349e 100644 --- a/github/Auth.py +++ b/github/Auth.py @@ -4,6 +4,8 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2023 chantra # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AuthenticatedUser.py b/github/AuthenticatedUser.py index f039a1f269..1a2550c9bd 100644 --- a/github/AuthenticatedUser.py +++ b/github/AuthenticatedUser.py @@ -47,6 +47,7 @@ # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # # Copyright 2023 chantra # +# Copyright 2024 Enrico Minack # # Copyright 2024 Oskar Jansson <56458534+janssonoskar@users.noreply.github.com># # # # This file is part of PyGithub. # diff --git a/github/Authorization.py b/github/Authorization.py index c8c8b85ed8..f48ecbe9c2 100644 --- a/github/Authorization.py +++ b/github/Authorization.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/AuthorizationApplication.py b/github/AuthorizationApplication.py index 4b2e78035a..7af6f4b3da 100644 --- a/github/AuthorizationApplication.py +++ b/github/AuthorizationApplication.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Autolink.py b/github/Autolink.py index f80ba61030..f5f950fdc7 100644 --- a/github/Autolink.py +++ b/github/Autolink.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Oskar Jansson <56458534+janssonoskar@users.noreply.github.com># # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Branch.py b/github/Branch.py index c0fdcb42cd..1f82ee9cca 100644 --- a/github/Branch.py +++ b/github/Branch.py @@ -27,6 +27,8 @@ # Copyright 2023 Trim21 # # Copyright 2023 terenho <33275803+terenho@users.noreply.github.com> # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/BranchProtection.py b/github/BranchProtection.py index a9238cf6ec..2480ad5d78 100644 --- a/github/BranchProtection.py +++ b/github/BranchProtection.py @@ -9,6 +9,8 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CVSS.py b/github/CVSS.py index 2341281040..a352d0640b 100644 --- a/github/CVSS.py +++ b/github/CVSS.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CWE.py b/github/CWE.py index 10915f916f..945e25bfc7 100644 --- a/github/CWE.py +++ b/github/CWE.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CheckRun.py b/github/CheckRun.py index e9ade82274..32c322dce3 100644 --- a/github/CheckRun.py +++ b/github/CheckRun.py @@ -7,6 +7,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CheckRunAnnotation.py b/github/CheckRunAnnotation.py index ce6658cdc4..05e90f0297 100644 --- a/github/CheckRunAnnotation.py +++ b/github/CheckRunAnnotation.py @@ -5,6 +5,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CheckRunOutput.py b/github/CheckRunOutput.py index 0fff1fd0c5..8d60dcaf1e 100644 --- a/github/CheckRunOutput.py +++ b/github/CheckRunOutput.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CheckSuite.py b/github/CheckSuite.py index 461593a23d..9f2cec7c7b 100644 --- a/github/CheckSuite.py +++ b/github/CheckSuite.py @@ -7,6 +7,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Clones.py b/github/Clones.py index 38c7ce0bed..dcf8f61272 100644 --- a/github/Clones.py +++ b/github/Clones.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CodeScanAlert.py b/github/CodeScanAlert.py index fa751433cc..329fc80513 100644 --- a/github/CodeScanAlert.py +++ b/github/CodeScanAlert.py @@ -4,6 +4,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CodeScanAlertInstance.py b/github/CodeScanAlertInstance.py index e838347546..0544f352a1 100644 --- a/github/CodeScanAlertInstance.py +++ b/github/CodeScanAlertInstance.py @@ -4,6 +4,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CodeScanAlertInstanceLocation.py b/github/CodeScanAlertInstanceLocation.py index 69e675262a..6bac1fc8da 100644 --- a/github/CodeScanAlertInstanceLocation.py +++ b/github/CodeScanAlertInstanceLocation.py @@ -5,6 +5,7 @@ # Copyright 2022 Eric Nieuwland # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CodeScanRule.py b/github/CodeScanRule.py index 991fca3e0a..02cb28b273 100644 --- a/github/CodeScanRule.py +++ b/github/CodeScanRule.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CodeScanTool.py b/github/CodeScanTool.py index b9d669b217..2f88c38aa9 100644 --- a/github/CodeScanTool.py +++ b/github/CodeScanTool.py @@ -16,6 +16,7 @@ # Copyright 2022 Eric Nieuwland # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Commit.py b/github/Commit.py index 0672a30f51..a49b5d8b32 100644 --- a/github/Commit.py +++ b/github/Commit.py @@ -21,6 +21,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CommitCombinedStatus.py b/github/CommitCombinedStatus.py index b840497930..be6421cca2 100644 --- a/github/CommitCombinedStatus.py +++ b/github/CommitCombinedStatus.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/CommitComment.py b/github/CommitComment.py index 387c634306..f6c8139275 100644 --- a/github/CommitComment.py +++ b/github/CommitComment.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Comparison.py b/github/Comparison.py index 5467a5052c..b0d13b3eb9 100644 --- a/github/Comparison.py +++ b/github/Comparison.py @@ -15,6 +15,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Consts.py b/github/Consts.py index 503d6fecd4..da9f365ec4 100644 --- a/github/Consts.py +++ b/github/Consts.py @@ -33,6 +33,7 @@ # Copyright 2023 Denis Blanchette # # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/ContentFile.py b/github/ContentFile.py index 703e9dc988..c0e3e60a1f 100644 --- a/github/ContentFile.py +++ b/github/ContentFile.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/DependabotAlert.py b/github/DependabotAlert.py index 8fe7ccdfc1..11b99261c7 100644 --- a/github/DependabotAlert.py +++ b/github/DependabotAlert.py @@ -1,5 +1,7 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/DependabotAlertAdvisory.py b/github/DependabotAlertAdvisory.py index 306f9c252e..0e5704b157 100644 --- a/github/DependabotAlertAdvisory.py +++ b/github/DependabotAlertAdvisory.py @@ -1,5 +1,7 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/DependabotAlertDependency.py b/github/DependabotAlertDependency.py index fe31144807..ac362b1e1f 100644 --- a/github/DependabotAlertDependency.py +++ b/github/DependabotAlertDependency.py @@ -1,5 +1,7 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/DependabotAlertVulnerability.py b/github/DependabotAlertVulnerability.py index b5ba5731b6..425f330214 100644 --- a/github/DependabotAlertVulnerability.py +++ b/github/DependabotAlertVulnerability.py @@ -1,5 +1,6 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/Deployment.py b/github/Deployment.py index bf6231ea8a..f13a5a9809 100644 --- a/github/Deployment.py +++ b/github/Deployment.py @@ -21,6 +21,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Nevins # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/DeploymentStatus.py b/github/DeploymentStatus.py index d258265cf7..550089d994 100644 --- a/github/DeploymentStatus.py +++ b/github/DeploymentStatus.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Download.py b/github/Download.py index 13e83c6f41..291ac71fac 100644 --- a/github/Download.py +++ b/github/Download.py @@ -15,6 +15,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Enterprise.py b/github/Enterprise.py index 7f0043c43d..e3c8dfde59 100644 --- a/github/Enterprise.py +++ b/github/Enterprise.py @@ -16,6 +16,7 @@ # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # # Copyright 2023 YugoHino # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/EnterpriseConsumedLicenses.py b/github/EnterpriseConsumedLicenses.py index 06a88b9bd5..dd8718a772 100644 --- a/github/EnterpriseConsumedLicenses.py +++ b/github/EnterpriseConsumedLicenses.py @@ -17,6 +17,7 @@ # Copyright 2023 Trim21 # # Copyright 2023 YugoHino # # Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Environment.py b/github/Environment.py index 9599838d6b..f405afce47 100644 --- a/github/Environment.py +++ b/github/Environment.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # # Copyright 2023 alson # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/EnvironmentDeploymentBranchPolicy.py b/github/EnvironmentDeploymentBranchPolicy.py index 8c5b2b1f73..95c351e3ed 100644 --- a/github/EnvironmentDeploymentBranchPolicy.py +++ b/github/EnvironmentDeploymentBranchPolicy.py @@ -4,6 +4,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2023 alson # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/EnvironmentProtectionRule.py b/github/EnvironmentProtectionRule.py index 59f62fde4b..31918df519 100644 --- a/github/EnvironmentProtectionRule.py +++ b/github/EnvironmentProtectionRule.py @@ -18,6 +18,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2023 alson # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/EnvironmentProtectionRuleReviewer.py b/github/EnvironmentProtectionRuleReviewer.py index fbac7f5beb..4e1be9df71 100644 --- a/github/EnvironmentProtectionRuleReviewer.py +++ b/github/EnvironmentProtectionRuleReviewer.py @@ -17,6 +17,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2023 alson # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Event.py b/github/Event.py index 90c37c882f..2daebdbe4e 100644 --- a/github/Event.py +++ b/github/Event.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/File.py b/github/File.py index 23e17507c7..77078174ec 100644 --- a/github/File.py +++ b/github/File.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Gist.py b/github/Gist.py index d5a7a12322..807662be02 100644 --- a/github/Gist.py +++ b/github/Gist.py @@ -21,6 +21,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GistComment.py b/github/GistComment.py index a57b73f322..48b3c9d5d2 100644 --- a/github/GistComment.py +++ b/github/GistComment.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GistFile.py b/github/GistFile.py index 731c6a7abf..3f53c8b886 100644 --- a/github/GistFile.py +++ b/github/GistFile.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GistHistoryState.py b/github/GistHistoryState.py index 83c5dab305..ac261af81f 100644 --- a/github/GistHistoryState.py +++ b/github/GistHistoryState.py @@ -14,6 +14,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitAuthor.py b/github/GitAuthor.py index 764e328e47..e1eea418bb 100644 --- a/github/GitAuthor.py +++ b/github/GitAuthor.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitBlob.py b/github/GitBlob.py index c7efc781cc..50d4f09ba0 100644 --- a/github/GitBlob.py +++ b/github/GitBlob.py @@ -15,6 +15,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitCommit.py b/github/GitCommit.py index e24c9840f8..1822f122a8 100644 --- a/github/GitCommit.py +++ b/github/GitCommit.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitObject.py b/github/GitObject.py index 76830ea745..5ba8d29497 100644 --- a/github/GitObject.py +++ b/github/GitObject.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitRef.py b/github/GitRef.py index 3ee1deb9d2..9eef86a312 100644 --- a/github/GitRef.py +++ b/github/GitRef.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitRelease.py b/github/GitRelease.py index f8d6ed6acb..fcda0c54dc 100644 --- a/github/GitRelease.py +++ b/github/GitRelease.py @@ -33,6 +33,7 @@ # Copyright 2023 Mikhail f. Shiryaev # # Copyright 2023 Trim21 # # Copyright 2023 Wojciech Barczyński <104033489+WojciechBarczynski@users.noreply.github.com># +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitReleaseAsset.py b/github/GitReleaseAsset.py index 0a512585b4..0b7d40764b 100644 --- a/github/GitReleaseAsset.py +++ b/github/GitReleaseAsset.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitTag.py b/github/GitTag.py index 70dfc345db..a191194fde 100644 --- a/github/GitTag.py +++ b/github/GitTag.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitTree.py b/github/GitTree.py index c41f8ebfec..24e3e39f2a 100644 --- a/github/GitTree.py +++ b/github/GitTree.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitTreeElement.py b/github/GitTreeElement.py index 9b73922ad2..d0bdff2b18 100644 --- a/github/GitTreeElement.py +++ b/github/GitTreeElement.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GithubApp.py b/github/GithubApp.py index 159a2a558b..d91f76259b 100644 --- a/github/GithubApp.py +++ b/github/GithubApp.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GithubException.py b/github/GithubException.py index a043718693..f5bd523d56 100644 --- a/github/GithubException.py +++ b/github/GithubException.py @@ -16,6 +16,7 @@ # Copyright 2022 Liuyang Wan # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GithubIntegration.py b/github/GithubIntegration.py index 011135bc37..cddd6ec3e3 100644 --- a/github/GithubIntegration.py +++ b/github/GithubIntegration.py @@ -7,6 +7,7 @@ # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # # Copyright 2023 chantra # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GithubObject.py b/github/GithubObject.py index 7d89574bb5..2da6b13211 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -26,6 +26,7 @@ # Copyright 2023 Joseph Henrich # # Copyright 2023 Nicolas Schweitzer # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GithubRetry.py b/github/GithubRetry.py index 9790db95e9..8b4f9f2122 100644 --- a/github/GithubRetry.py +++ b/github/GithubRetry.py @@ -4,6 +4,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Patryk Szulczyk # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GitignoreTemplate.py b/github/GitignoreTemplate.py index b8bc0c41e5..dd6e0324ec 100644 --- a/github/GitignoreTemplate.py +++ b/github/GitignoreTemplate.py @@ -15,6 +15,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/GlobalAdvisory.py b/github/GlobalAdvisory.py index 7f51d00d66..8b6905fb46 100644 --- a/github/GlobalAdvisory.py +++ b/github/GlobalAdvisory.py @@ -2,6 +2,8 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Joseph Henrich # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/Hook.py b/github/Hook.py index c169e39a6f..2eb58e1d96 100644 --- a/github/Hook.py +++ b/github/Hook.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/HookDelivery.py b/github/HookDelivery.py index 0a2f1201ba..599763bf3f 100644 --- a/github/HookDelivery.py +++ b/github/HookDelivery.py @@ -4,6 +4,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Jonathan Greg <31892308+jmgreg31@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/HookDescription.py b/github/HookDescription.py index f0d3124c0e..0fb6d78571 100644 --- a/github/HookDescription.py +++ b/github/HookDescription.py @@ -15,6 +15,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/HookResponse.py b/github/HookResponse.py index a52be69f52..79a38ed56e 100644 --- a/github/HookResponse.py +++ b/github/HookResponse.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/InputFileContent.py b/github/InputFileContent.py index 7a216c3525..80afc7b740 100644 --- a/github/InputFileContent.py +++ b/github/InputFileContent.py @@ -12,6 +12,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/InputGitAuthor.py b/github/InputGitAuthor.py index a65ce5dd25..cdb416f51f 100644 --- a/github/InputGitAuthor.py +++ b/github/InputGitAuthor.py @@ -14,6 +14,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/InputGitTreeElement.py b/github/InputGitTreeElement.py index 29626f753a..a008521564 100644 --- a/github/InputGitTreeElement.py +++ b/github/InputGitTreeElement.py @@ -12,6 +12,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Installation.py b/github/Installation.py index d5401e574f..bc57a6b2a5 100644 --- a/github/Installation.py +++ b/github/Installation.py @@ -19,6 +19,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/InstallationAuthorization.py b/github/InstallationAuthorization.py index 85839f6e86..fe569aa657 100644 --- a/github/InstallationAuthorization.py +++ b/github/InstallationAuthorization.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Invitation.py b/github/Invitation.py index c54f0c66d5..7b362d2367 100644 --- a/github/Invitation.py +++ b/github/Invitation.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Issue.py b/github/Issue.py index b89f18db03..af3da8e6d1 100644 --- a/github/Issue.py +++ b/github/Issue.py @@ -35,6 +35,8 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Nicolas Schweitzer # # Copyright 2023 Trim21 # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Malik Shahzad Muzaffar # # # # This file is part of PyGithub. # diff --git a/github/IssueComment.py b/github/IssueComment.py index b8d42524a3..991145400f 100644 --- a/github/IssueComment.py +++ b/github/IssueComment.py @@ -22,6 +22,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Malik Shahzad Muzaffar # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/IssueEvent.py b/github/IssueEvent.py index 36fb9d9f27..59a9dda648 100644 --- a/github/IssueEvent.py +++ b/github/IssueEvent.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/IssuePullRequest.py b/github/IssuePullRequest.py index 4d59bdbe4f..82e2cacb33 100644 --- a/github/IssuePullRequest.py +++ b/github/IssuePullRequest.py @@ -13,6 +13,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Label.py b/github/Label.py index 7b5b6d1b58..1fa43b351f 100644 --- a/github/Label.py +++ b/github/Label.py @@ -19,6 +19,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/License.py b/github/License.py index 36bf673b7d..cb5fb0327a 100644 --- a/github/License.py +++ b/github/License.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/MainClass.py b/github/MainClass.py index 37ed51c662..ae4eb6319c 100644 --- a/github/MainClass.py +++ b/github/MainClass.py @@ -69,6 +69,7 @@ # Copyright 2023 Trim21 # # Copyright 2023 YugoHino # # Copyright 2023 chantra # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Membership.py b/github/Membership.py index 6ee475b930..bef01dc88e 100644 --- a/github/Membership.py +++ b/github/Membership.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Migration.py b/github/Migration.py index 833a8c68fe..6fc0fb3753 100644 --- a/github/Migration.py +++ b/github/Migration.py @@ -22,6 +22,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Milestone.py b/github/Milestone.py index b90f6d4cd3..c30ae7e5d5 100644 --- a/github/Milestone.py +++ b/github/Milestone.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/NamedEnterpriseUser.py b/github/NamedEnterpriseUser.py index 866c90b7c2..d9586ab990 100644 --- a/github/NamedEnterpriseUser.py +++ b/github/NamedEnterpriseUser.py @@ -2,6 +2,7 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 YugoHino # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/NamedUser.py b/github/NamedUser.py index 269f8c91ab..adfe72c08a 100644 --- a/github/NamedUser.py +++ b/github/NamedUser.py @@ -31,6 +31,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Notification.py b/github/Notification.py index 2e881f2448..73c0dd4203 100644 --- a/github/Notification.py +++ b/github/Notification.py @@ -19,6 +19,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/NotificationSubject.py b/github/NotificationSubject.py index 216a15d287..6dd57557c8 100644 --- a/github/NotificationSubject.py +++ b/github/NotificationSubject.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Organization.py b/github/Organization.py index b6d4b93450..bed0da249f 100644 --- a/github/Organization.py +++ b/github/Organization.py @@ -53,9 +53,12 @@ # Copyright 2023 Oliver Mannion <125105+tekumara@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2024 Andrii Kezikov # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Mohamed Mostafa <112487260+mohy01@users.noreply.github.com> # # Copyright 2024 Oskar Jansson <56458534+janssonoskar@users.noreply.github.com># # Copyright 2024 Thomas Cooper # +# Copyright 2024 Thomas Crowley <15927917+thomascrowley@users.noreply.github.com># # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/OrganizationDependabotAlert.py b/github/OrganizationDependabotAlert.py index 11717ca9d1..27f2ff4d22 100644 --- a/github/OrganizationDependabotAlert.py +++ b/github/OrganizationDependabotAlert.py @@ -1,5 +1,7 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/OrganizationSecret.py b/github/OrganizationSecret.py index 9c3fc30b91..94397c70d0 100644 --- a/github/OrganizationSecret.py +++ b/github/OrganizationSecret.py @@ -2,6 +2,8 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Mauricio Alejandro Martínez Pacheco # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # +# Copyright 2024 Thomas Crowley <15927917+thomascrowley@users.noreply.github.com># # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/OrganizationVariable.py b/github/OrganizationVariable.py index dcee4d196d..e97511063e 100644 --- a/github/OrganizationVariable.py +++ b/github/OrganizationVariable.py @@ -2,6 +2,7 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Mauricio Alejandro Martínez Pacheco # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Path.py b/github/Path.py index c75b4fd65b..d9c7cbc567 100644 --- a/github/Path.py +++ b/github/Path.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Permissions.py b/github/Permissions.py index cd5d61645b..5ab269a726 100644 --- a/github/Permissions.py +++ b/github/Permissions.py @@ -15,6 +15,7 @@ # Copyright 2021 karsten-wagner <39054096+karsten-wagner@users.noreply.github.com># # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Plan.py b/github/Plan.py index 5c2b0f0e65..e9e02e18c7 100644 --- a/github/Plan.py +++ b/github/Plan.py @@ -15,6 +15,7 @@ # Copyright 2020 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Project.py b/github/Project.py index eed150cd7f..29dd89411b 100644 --- a/github/Project.py +++ b/github/Project.py @@ -23,6 +23,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/ProjectCard.py b/github/ProjectCard.py index 6b0a8d0d64..b42deede28 100644 --- a/github/ProjectCard.py +++ b/github/ProjectCard.py @@ -22,6 +22,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/ProjectColumn.py b/github/ProjectColumn.py index a14a87ae44..266da6044c 100644 --- a/github/ProjectColumn.py +++ b/github/ProjectColumn.py @@ -25,6 +25,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PublicKey.py b/github/PublicKey.py index e117199048..36d555c673 100644 --- a/github/PublicKey.py +++ b/github/PublicKey.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PullRequest.py b/github/PullRequest.py index 377be11fc4..48293ca544 100644 --- a/github/PullRequest.py +++ b/github/PullRequest.py @@ -44,6 +44,7 @@ # Copyright 2023 Trim21 # # Copyright 2023 sd-kialo <138505487+sd-kialo@users.noreply.github.com> # # Copyright 2023 vanya20074 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PullRequestComment.py b/github/PullRequestComment.py index 274c94ed02..39b40a7c71 100644 --- a/github/PullRequestComment.py +++ b/github/PullRequestComment.py @@ -23,6 +23,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PullRequestMergeStatus.py b/github/PullRequestMergeStatus.py index 2c0bc04830..3af48806e2 100644 --- a/github/PullRequestMergeStatus.py +++ b/github/PullRequestMergeStatus.py @@ -17,6 +17,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PullRequestPart.py b/github/PullRequestPart.py index 49f5977803..5cc6584dac 100644 --- a/github/PullRequestPart.py +++ b/github/PullRequestPart.py @@ -15,6 +15,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/PullRequestReview.py b/github/PullRequestReview.py index b1152f6a3c..5c8c8c2395 100644 --- a/github/PullRequestReview.py +++ b/github/PullRequestReview.py @@ -21,6 +21,8 @@ # Copyright 2023 Gael Colas # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Rate.py b/github/Rate.py index 24e7b588c8..ae7d4752aa 100644 --- a/github/Rate.py +++ b/github/Rate.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Nikolay Yurin # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/RateLimit.py b/github/RateLimit.py index bfc26df2dd..9247489fde 100644 --- a/github/RateLimit.py +++ b/github/RateLimit.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Reaction.py b/github/Reaction.py index 8dd608a327..4728f1b138 100644 --- a/github/Reaction.py +++ b/github/Reaction.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Referrer.py b/github/Referrer.py index 6ce6671b6d..90226eddec 100644 --- a/github/Referrer.py +++ b/github/Referrer.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Repository.py b/github/Repository.py index 9f73dde3f4..52bcc119e2 100644 --- a/github/Repository.py +++ b/github/Repository.py @@ -122,8 +122,13 @@ # Copyright 2023 Wojciech Barczyński <104033489+WojciechBarczynski@users.noreply.github.com># # Copyright 2023 alson # # Copyright 2023 chantra # +# Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # # Copyright 2024 Enrico Minack # +# Copyright 2024 Heitor Polidoro # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # +# Copyright 2024 Thomas Crowley <15927917+thomascrowley@users.noreply.github.com># +# Copyright 2024 jodelasur <34933233+jodelasur@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/RepositoryAdvisory.py b/github/RepositoryAdvisory.py index 09b55e8b97..dec60429e6 100644 --- a/github/RepositoryAdvisory.py +++ b/github/RepositoryAdvisory.py @@ -5,6 +5,8 @@ # Copyright 2023 Jonathan Leitschuh # # Copyright 2023 Joseph Henrich # # Copyright 2023 Trim21 # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/github/RepositoryKey.py b/github/RepositoryKey.py index ed690b7477..baf4e60ca0 100644 --- a/github/RepositoryKey.py +++ b/github/RepositoryKey.py @@ -22,6 +22,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/RepositoryPreferences.py b/github/RepositoryPreferences.py index a76c689ec6..d7e3299c16 100644 --- a/github/RepositoryPreferences.py +++ b/github/RepositoryPreferences.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Requester.py b/github/Requester.py index 504d396ea1..392f7ad6d8 100644 --- a/github/Requester.py +++ b/github/Requester.py @@ -53,6 +53,7 @@ # Copyright 2023 Trim21 # # Copyright 2023 adosibalo <94008816+adosibalo@users.noreply.github.com> # # Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/RequiredPullRequestReviews.py b/github/RequiredPullRequestReviews.py index ce5329fa87..fe2edbb5fe 100644 --- a/github/RequiredPullRequestReviews.py +++ b/github/RequiredPullRequestReviews.py @@ -20,6 +20,8 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/RequiredStatusChecks.py b/github/RequiredStatusChecks.py index 7411a18c27..c6ced04aad 100644 --- a/github/RequiredStatusChecks.py +++ b/github/RequiredStatusChecks.py @@ -17,6 +17,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Secret.py b/github/Secret.py index db48376980..204dd67722 100644 --- a/github/Secret.py +++ b/github/Secret.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Mauricio Alejandro Martínez Pacheco # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/SelfHostedActionsRunner.py b/github/SelfHostedActionsRunner.py index 1b08c64dd4..edf69a7abd 100644 --- a/github/SelfHostedActionsRunner.py +++ b/github/SelfHostedActionsRunner.py @@ -15,6 +15,7 @@ # Copyright 2020 Victor Zeng # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/SourceImport.py b/github/SourceImport.py index 56c1163b54..95decbe87b 100644 --- a/github/SourceImport.py +++ b/github/SourceImport.py @@ -10,6 +10,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Stargazer.py b/github/Stargazer.py index 8038a2340a..636fa44109 100644 --- a/github/Stargazer.py +++ b/github/Stargazer.py @@ -19,6 +19,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/StatsCodeFrequency.py b/github/StatsCodeFrequency.py index 26872efcbb..472737cd4b 100755 --- a/github/StatsCodeFrequency.py +++ b/github/StatsCodeFrequency.py @@ -15,6 +15,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/StatsCommitActivity.py b/github/StatsCommitActivity.py index 3fff35323b..95fa07d7b1 100755 --- a/github/StatsCommitActivity.py +++ b/github/StatsCommitActivity.py @@ -15,6 +15,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/StatsContributor.py b/github/StatsContributor.py index f44434bc4d..5fc66d31a8 100755 --- a/github/StatsContributor.py +++ b/github/StatsContributor.py @@ -13,6 +13,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/StatsParticipation.py b/github/StatsParticipation.py index 7297f3703d..cc7ca0e753 100755 --- a/github/StatsParticipation.py +++ b/github/StatsParticipation.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/StatsPunchCard.py b/github/StatsPunchCard.py index 1797458120..97a6569575 100755 --- a/github/StatsPunchCard.py +++ b/github/StatsPunchCard.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Tag.py b/github/Tag.py index 9933b6a3d5..770632e6ff 100644 --- a/github/Tag.py +++ b/github/Tag.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Team.py b/github/Team.py index 766ff741b2..7aa74ba932 100644 --- a/github/Team.py +++ b/github/Team.py @@ -39,6 +39,8 @@ # Copyright 2023 Mark Amery # # Copyright 2023 Trim21 # # Copyright 2024 Andrii Kezikov # +# Copyright 2024 Enrico Minack # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/TeamDiscussion.py b/github/TeamDiscussion.py index a61e922b61..aadf757427 100644 --- a/github/TeamDiscussion.py +++ b/github/TeamDiscussion.py @@ -21,6 +21,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/TimelineEvent.py b/github/TimelineEvent.py index 7894ce71ab..03d18e486f 100644 --- a/github/TimelineEvent.py +++ b/github/TimelineEvent.py @@ -20,6 +20,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/TimelineEventSource.py b/github/TimelineEventSource.py index c86c8ed88c..f37a605735 100644 --- a/github/TimelineEventSource.py +++ b/github/TimelineEventSource.py @@ -16,6 +16,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/UserKey.py b/github/UserKey.py index 9c5f64c97f..0ceb454edf 100644 --- a/github/UserKey.py +++ b/github/UserKey.py @@ -17,6 +17,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Variable.py b/github/Variable.py index 8dcdcd0305..d64674fe13 100644 --- a/github/Variable.py +++ b/github/Variable.py @@ -3,6 +3,7 @@ # Copyright 2023 Andrew Dawes <53574062+AndrewJDawes@users.noreply.github.com> # # Copyright 2023 Enrico Minack # # Copyright 2023 Mauricio Alejandro Martínez Pacheco # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/View.py b/github/View.py index 74dd10fb99..61a704c009 100644 --- a/github/View.py +++ b/github/View.py @@ -16,6 +16,7 @@ # Copyright 2021 Steve Kowalik # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/Workflow.py b/github/Workflow.py index 2f6fa58e44..2edc7e5cde 100644 --- a/github/Workflow.py +++ b/github/Workflow.py @@ -20,6 +20,7 @@ # Copyright 2023 Thomas Burghout # # Copyright 2023 Trim21 # # Copyright 2023 sd-kialo <138505487+sd-kialo@users.noreply.github.com> # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/WorkflowJob.py b/github/WorkflowJob.py index d4ed0c32ae..5b2098cfe9 100644 --- a/github/WorkflowJob.py +++ b/github/WorkflowJob.py @@ -4,6 +4,8 @@ # Copyright 2023 Jeppe Fihl-Pearson # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # +# Copyright 2024 Xavi Vega # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/WorkflowRun.py b/github/WorkflowRun.py index ecb3afcfd0..30116a9039 100644 --- a/github/WorkflowRun.py +++ b/github/WorkflowRun.py @@ -10,6 +10,7 @@ # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Sasha Chung <50770626+nuang-ee@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/WorkflowStep.py b/github/WorkflowStep.py index 92ad2553b0..8db085fcd6 100644 --- a/github/WorkflowStep.py +++ b/github/WorkflowStep.py @@ -17,6 +17,7 @@ # Copyright 2023 Jeppe Fihl-Pearson # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/github/__init__.py b/github/__init__.py index 546f7a6542..5040eeb61d 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -19,6 +19,7 @@ # Copyright 2023 Denis Blanchette # # Copyright 2023 Enrico Minack # # Copyright 2023 Trim21 # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # @@ -37,6 +38,7 @@ # along with PyGithub. If not, see . # # # ################################################################################ + """ The primary class you will instantiate is :class:`github.MainClass.Github`. From its ``get_``, ``create_`` methods, you will obtain instances of all Github objects like :class:`github.NamedUser.NamedUser` or diff --git a/tests/ApplicationOAuth.py b/tests/ApplicationOAuth.py index 9154d913b9..4da60a0440 100644 --- a/tests/ApplicationOAuth.py +++ b/tests/ApplicationOAuth.py @@ -15,6 +15,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 chantra # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/AuthenticatedUser.py b/tests/AuthenticatedUser.py index 05e64d9cfe..1bbe582815 100644 --- a/tests/AuthenticatedUser.py +++ b/tests/AuthenticatedUser.py @@ -28,6 +28,7 @@ # Copyright 2022 KimSia Sim <245021+simkimsia@users.noreply.github.com> # # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # Copyright 2024 Oskar Jansson <56458534+janssonoskar@users.noreply.github.com># # # # This file is part of PyGithub. # diff --git a/tests/Branch.py b/tests/Branch.py index 3eafb18d15..3458774e45 100644 --- a/tests/Branch.py +++ b/tests/Branch.py @@ -18,6 +18,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/BranchProtection.py b/tests/BranchProtection.py index ec4c3bae68..cee93aff58 100644 --- a/tests/BranchProtection.py +++ b/tests/BranchProtection.py @@ -14,6 +14,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/DependabotAlert.py b/tests/DependabotAlert.py index 160cc8eaf0..1c9032b522 100644 --- a/tests/DependabotAlert.py +++ b/tests/DependabotAlert.py @@ -1,5 +1,6 @@ ############################ Copyrights and license ############################ # # +# Copyright 2024 Enrico Minack # # Copyright 2024 Thomas Cooper # # # # This file is part of PyGithub. # diff --git a/tests/GlobalAdvisory.py b/tests/GlobalAdvisory.py index 70d4b001f2..32dbd7814e 100644 --- a/tests/GlobalAdvisory.py +++ b/tests/GlobalAdvisory.py @@ -2,6 +2,7 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Joseph Henrich # +# Copyright 2024 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/Issue.py b/tests/Issue.py index 64279fd4bf..0389f037be 100644 --- a/tests/Issue.py +++ b/tests/Issue.py @@ -21,6 +21,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Nicolas Schweitzer # +# Copyright 2024 Enrico Minack # # Copyright 2024 Malik Shahzad Muzaffar # # # # This file is part of PyGithub. # diff --git a/tests/Organization.py b/tests/Organization.py index ed64315654..b3141a7c7a 100644 --- a/tests/Organization.py +++ b/tests/Organization.py @@ -37,9 +37,11 @@ # Copyright 2023 Mauricio Alejandro Martínez Pacheco # # Copyright 2023 Mauricio Alejandro Martínez Pacheco # # Copyright 2024 Andrii Kezikov # +# Copyright 2024 Enrico Minack # # Copyright 2024 Mohamed Mostafa <112487260+mohy01@users.noreply.github.com> # # Copyright 2024 Oskar Jansson <56458534+janssonoskar@users.noreply.github.com># # Copyright 2024 Thomas Cooper # +# Copyright 2024 Thomas Crowley <15927917+thomascrowley@users.noreply.github.com># # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/PullRequestReview.py b/tests/PullRequestReview.py index de320c1484..ea793619d3 100644 --- a/tests/PullRequestReview.py +++ b/tests/PullRequestReview.py @@ -22,6 +22,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Gael Colas # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/Repository.py b/tests/Repository.py index d57598afa9..daa489655c 100644 --- a/tests/Repository.py +++ b/tests/Repository.py @@ -62,7 +62,11 @@ # Copyright 2023 Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com># # Copyright 2023 Trim21 # # Copyright 2023 Wojciech Barczyński <104033489+WojciechBarczynski@users.noreply.github.com># +# Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # # Copyright 2024 Enrico Minack # +# Copyright 2024 Heitor Polidoro # +# Copyright 2024 Thomas Crowley <15927917+thomascrowley@users.noreply.github.com># +# Copyright 2024 jodelasur <34933233+jodelasur@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/RequiredPullRequestReviews.py b/tests/RequiredPullRequestReviews.py index de23b04b0b..d175448fae 100644 --- a/tests/RequiredPullRequestReviews.py +++ b/tests/RequiredPullRequestReviews.py @@ -17,6 +17,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/Team.py b/tests/Team.py index abe8480e01..fd8f1ecf1f 100644 --- a/tests/Team.py +++ b/tests/Team.py @@ -27,6 +27,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2024 Andrii Kezikov # +# Copyright 2024 Enrico Minack # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/Workflow.py b/tests/Workflow.py index 696ca1d582..8378ee105c 100644 --- a/tests/Workflow.py +++ b/tests/Workflow.py @@ -15,6 +15,7 @@ # Copyright 2023 Enrico Minack # # Copyright 2023 Jirka Borovec <6035284+Borda@users.noreply.github.com> # # Copyright 2023 Thomas Burghout # +# Copyright 2024 Benjamin K <53038537+treee111@users.noreply.github.com> # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # diff --git a/tests/WorkflowJob.py b/tests/WorkflowJob.py index 346fb17691..ecdc90d515 100644 --- a/tests/WorkflowJob.py +++ b/tests/WorkflowJob.py @@ -2,6 +2,7 @@ # # # Copyright 2023 Enrico Minack # # Copyright 2023 Jeppe Fihl-Pearson # +# Copyright 2024 Xavi Vega # # # # This file is part of PyGithub. # # http://pygithub.readthedocs.io/ # From 4777a7c94b9da5c1dfe5ee72e1615fddee2d7e0b Mon Sep 17 00:00:00 2001 From: Enrico Minack Date: Thu, 21 Mar 2024 15:37:39 +0100 Subject: [PATCH 2/2] Fix lint --- doc/changes.rst | 2 +- github/__init__.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 83b4ae2ed6..411d5a84f2 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -31,7 +31,7 @@ Maintenance * Fix imports in authentication docs (#2923) (e3d36535) * CI: add docformatter to precommit (#2614) (96ad19ae) -* Add .swp fils to gitignore (#2903) (af529abe) +* Add .swp files to gitignore (#2903) (af529abe) * Fix instructions building docs in CONTRIBUTING.md (#2900) (cd8e528d) * Explicitly name the modules built in pyproject.toml (#2894) (4d461734) diff --git a/github/__init__.py b/github/__init__.py index 5040eeb61d..3d9dabc3a5 100644 --- a/github/__init__.py +++ b/github/__init__.py @@ -38,7 +38,6 @@ # along with PyGithub. If not, see . # # # ################################################################################ - """ The primary class you will instantiate is :class:`github.MainClass.Github`. From its ``get_``, ``create_`` methods, you will obtain instances of all Github objects like :class:`github.NamedUser.NamedUser` or