jakub
ef18af2e9c
Fix URL used in Team.update_team_repository method
...
Use of string doesn't make sense here unless you know that the `repo`
argument here means `{owner}/{repo}`, and not just `{repo}`.
If you simply pass repo name you instead get a silent failure that
returns 404:
```json
{"message":"Not Found","documentation_url":"https://docs.github.com/rest "}
```
Signed-off-by: Jakub Sokołowski <jakub@status.im >
2023-09-26 23:45:10 +02:00
Trim21
b986a986a0
Merge StatsContributor.pyi back to source ( #2761 )
2023-09-18 15:22:59 +02:00
Trim21
d5583dd291
Merge Repository.pyi back to source ( #2749 )
2023-09-18 15:16:41 +02:00
Trim21
8fc7f44ecd
Merge github/Organization.pyi back to source ( #2744 )
2023-09-12 12:10:20 +02:00
Trim21
6c4b368584
Merge PullRequest.pyi back to source ( #2743 )
2023-09-07 10:36:03 +02:00
Trim21
f7c0a21ea5
Merge MainClass.pyi and __init__.pyi back to source ( #2692 )
2023-09-07 10:05:00 +02:00
Paul Luna
8dee53a833
Make Branch.edit_* functions return objects ( #2748 )
2023-09-07 08:44:01 +02:00
Max Mehl
26d353e7aa
Add license attribute to Repository ( #2721 )
2023-09-04 16:09:03 +02:00
Trim21
de4d0531a8
Merge NamedUser.pyi back to source ( #2691 )
2023-09-04 11:08:37 +02:00
Trim21
4347d35fe4
Merge Team.pyi back to source ( #2690 )
2023-09-04 10:51:20 +02:00
Trim21
d2fb96844c
Merge GithubIntegration.pyi back to source ( #2689 )
2023-09-04 10:37:24 +02:00
Trim21
46a43c4aec
Merge GitRelease.pyi back to source ( #2688 )
2023-09-04 10:18:42 +02:00
Roberto Pastor Muela
65cfeb1b8b
Add missing attributes to Repository ( #2742 )
2023-09-04 09:28:01 +02:00
Oskar Jansson
b6a28a26f2
Add is_alphanumeric attribute to Autolink and Repository.create_autolink ( #2630 )
2023-08-31 21:08:53 +02:00
Trim21
b6ce0ba44b
Merge WorkflowJob type stub back to source ( #2653 )
2023-08-31 20:31:19 +02:00
Trim21
db2150ed47
Merge GistFile type stub back to source ( #2651 )
2023-08-31 20:27:23 +02:00
Hemslo Wang
73236e231a
Close connections after use ( #2724 )
2023-08-31 20:01:08 +02:00
Trim21
fbf2e613a5
Merge Deployment.pyi back to source ( #2687 )
2023-08-31 19:56:25 +02:00
Trim21
ab10cec4c1
Merge Workflow.pyi back to source ( #2686 )
2023-08-31 19:42:22 +02:00
Trim21
71f1962b12
Merge GistHistoryState.pyi back to source ( #2685 )
2023-08-31 19:36:01 +02:00
Trim21
c5f8783da7
Merge IssueEvent type stub back to source ( #2684 )
2023-08-31 19:31:34 +02:00
Trim21
511810c474
Merge Download type stub back to source ( #2683 )
2023-08-31 19:05:21 +02:00
Trim21
3d63e222dc
Merge Milestone type stub back to source ( #2682 )
2023-08-31 11:06:32 +02:00
Trim21
b3837cc70c
Merge PullRequestComment type stub back to source ( #2681 )
2023-08-31 10:59:00 +02:00
Trim21
9faca127ac
Merge Hook type stub back to source ( #2680 )
2023-08-31 10:51:25 +02:00
Trim21
13cbd1b572
Merge ProjectColumn type stub back to source ( #2679 )
2023-08-30 16:04:21 +02:00
Trim21
3f637b16d3
Merge TeamDiscussion type stub back to source ( #2678 )
2023-08-30 15:50:13 +02:00
Trim21
6dd70a79e5
Merge Project type stub back to source ( #2677 )
2023-08-30 15:26:02 +02:00
Trim21
d1b5e454e3
Merge ProjectCard type stub back to source ( #2676 )
2023-08-30 14:52:08 +02:00
Trim21
97180b1af0
Merge Notification type stub back to source ( #2675 )
2023-08-30 14:46:59 +02:00
Trim21
6761c169e9
Merge IssueComment type stub back to source ( #2674 )
2023-08-30 14:41:12 +02:00
Trim21
145c4183dc
Merge Migration type stub back to source ( #2673 )
2023-08-30 14:34:57 +02:00
Trim21
67849fde29
Merge GitReleaseAsset type stub back to source ( #2672 )
2023-08-30 14:26:41 +02:00
Trim21
359c941511
Merge GithubApp type stub back to sourcce ( #2671 )
2023-08-30 12:29:27 +02:00
Trim21
4d0e30e77f
Merge DeploymentStatus type stub back to source ( #2665 )
2023-08-30 12:21:16 +02:00
Trim21
1676f1d584
Merge TimelineEvent type stub back to source ( #2664 )
2023-08-30 11:59:47 +02:00
Trim21
e5cb726e39
Merge PullRequestReview type stub back to source ( #2662 )
2023-08-30 11:26:43 +02:00
Trim21
a04c1c2a5a
Merge Event type stub back to source ( #2660 )
2023-08-30 09:17:20 +02:00
Trim21
356022d1d5
Merge GistComment type stub back to source ( #2657 )
2023-08-30 09:12:24 +02:00
Trim21
a972be24d2
Merge Gist type stub back to source ( #2655 )
2023-08-30 09:08:02 +02:00
Enrico Minack
ac36f6a9e2
Suppress requests fallback to netrc, provide github.Auth.Netrc ( #2739 )
2023-08-28 19:27:32 +02:00
terenho
54f222676e
fix required_conversation_resolution assertion ( #2715 )
2023-08-28 17:46:40 +02:00
Enrico Minack
8bf542aedd
Pass Requester arguments to AppInstallationAuth.__integration ( #2695 )
2023-08-28 15:43:49 +02:00
Enrico Minack
2fa568b6d6
Fix assertion creating pull request review comment ( #2641 )
2023-08-28 15:22:03 +02:00
Trim21
d93d35ec07
Merge SourceImport type stub back to source ( #2663 )
2023-08-18 09:45:29 +02:00
Trim21
42dcc024c4
Merge Topic type stub back to source ( #2661 )
2023-08-18 09:23:42 +02:00
Trim21
2c8b596364
Merge License type stub back to source ( #2659 )
2023-08-18 08:46:07 +02:00
Trim21
4622cb869a
Merge File type stub back to source ( #2658 )
2023-08-18 08:39:54 +02:00
Trim21
05c48c72c1
Merge RepositoryKey type stub back to source ( #2656 )
2023-08-18 08:36:00 +02:00
Trim21
d7b02f9d02
Merge Label type stub back to source ( #2652 )
2023-08-18 07:57:36 +02:00