Skip to content

Commit 49eb3ca

Browse files
committed
feat: add MINIMAL_ACCESS constant
A "minimal access" access level was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5.
1 parent 265dbbd commit 49eb3ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/const.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717

1818
NO_ACCESS = 0
19+
MINIMAL_ACCESS = 5
1920
GUEST_ACCESS = 10
2021
REPORTER_ACCESS = 20
2122
DEVELOPER_ACCESS = 30

0 commit comments

Comments
 (0)