Skip to content

Commit

Permalink
Remove deprecated propose-update
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini committed Sep 18, 2024
1 parent dcc8540 commit 3272bf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packit_service/worker/handlers/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def run_for_comment(command: str):
```
@configured_as(job_type=JobType.propose_downstream)
@run_for_comment(command="propose-downstream")
@run_for_comment(command="propose-update")
@reacts_to(event=ReleaseEvent)
@reacts_to(event=IssueCommentEvent)
class ProposeDownstreamHandler(JobHandler):
Expand Down
1 change: 0 additions & 1 deletion packit_service/worker/handlers/distgit.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ class AbortSyncRelease(Exception):

@configured_as(job_type=JobType.propose_downstream)
@run_for_comment(command="propose-downstream")
@run_for_comment(command="propose-update") # deprecated
@run_for_check_rerun(prefix="propose-downstream")
@reacts_to(event=ReleaseEvent)
@reacts_to(event=ReleaseGitlabEvent)
Expand Down

0 comments on commit 3272bf7

Please sign in to comment.