Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add _gitlab_utilities.py to implement GitLab API support mirroring GitHub utilities. #381

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

This message was generated by git-bob (version: 0.9.2, model: gpt-4o-2024-08-06, log), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

This update introduces a new file, _gitlab_utilities.py, to the repository, implementing functions that interact with the GitLab API. These additions mirror the existing interface of _github_utilities.py, ensuring compatibility while replacing the private_token parameter with the use of the GITLAB_API_KEY environment variable for authentication. The functions included encompass operations such as file manipulation, issue management, branch creation, and reaction handling, thereby aligning GitLab functionalities with those available for GitHub.

closes #378

… interact with GitLab's API, mirroring the interface of `_github_utilities.py`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Also support Gitlab / Gitlab CI
1 participant