We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f137215 commit f71c283Copy full SHA for f71c283
beeai/agents/backport_agent.py
@@ -40,14 +40,6 @@ class InputSchema(BaseModel):
40
upstream_fix: str = Field(description="Link to an upstream fix for the issue")
41
jira_issue: str = Field(description="Jira issue to reference as resolved")
42
dist_git_branch: str = Field(description="Git branch in dist-git to be updated")
43
- gitlab_user: str = Field(
44
- description="Name of the GitLab user",
45
- default=os.getenv("GITLAB_USER", "rhel-packaging-agent"),
46
- )
47
- git_url: str = Field(
48
- description="URL of the git repository",
49
- default="https://gitlab.com/redhat/centos-stream/rpms",
50
51
git_repo_basepath: str = Field(
52
description="Base path for cloned git repos",
53
default=os.getenv("GIT_REPO_BASEPATH"),
0 commit comments