sigmavirus24 / github3.py

Hi, I'm a library for interacting with GItHub's REST API in a convenient and ergonomic way. I work on Python 3.6+.
https://github3.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.21k stars 404 forks source link

Fix KeyError with GHE older version #1060

Closed dozhang closed 2 years ago

dozhang commented 2 years ago

The attribute "auto_merge" does not exist in GHE version <=3.0. So this should be considered as optional.

Close #1057