Support checking and setting release immutability
Author: heitorPBCreated Aug 28, 2026Updated Aug 28, 2026
I just saw it is possible to enable "release immutability" in a repo:
The API supports getting and setting it: https://docs.github.com/en/rest/repos/repos?apiVersion=2026-03-10#enable-immutable-releases
I'd like to have it supported by PyGithub as well. Will be a great addition to the project.
Source: PyGithub/PyGithub