Skip to content

Commit

Permalink
Merge pull request #180 from SUSE/release
Browse files Browse the repository at this point in the history
auto_release_obs: submit to devel:languages:python instead of openSUSE:Factory
  • Loading branch information
frozenIceage authored Aug 12, 2024
2 parents 8b9cf25 + e10967f commit f007f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_release_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def commit(self) -> None:
Action(
type=ActionType.SUBMIT,
source=Source(project=self.project, package=self.package),
target=Target(project=self.pproject, package=self.package)
target=Target(project="devel:languages:python", package=self.package)
)
]
self.osc.requests.create(actions=actions)
Expand Down

0 comments on commit f007f93

Please sign in to comment.