You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.12.1
New Features
PullRequest can now be created also between two different forks of
a project. (@mfocko)
PullRequests have a patch property now when working with Pagure. (@jpopelka)
You can now add collaborators with specific privileges on GitHub and
GitLab projects. (@shreyaspapi)
Minor
When telling if a user can merge PRs in a GitHub repo, ogr asks GitHub
for the user's permission on the repo instead of checking if the user is
in the list of collaborators. (@csomh)
Fixes
get_project() will now correctly use the service instance class for custom.
service instances. (@lachmanfrantisek)