Files
PyGithub/github
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
..
2023-06-22 19:41:10 +02:00
2023-08-09 13:20:01 +02:00
2020-05-01 12:00:00 +10:00