Skip to content

Commit

Permalink
Change default URL for Pagure status reporting
Browse files Browse the repository at this point in the history
For now let's stick with our contacts info URL, we could link some relevant
docs later, once created. The previous link was outdated.
  • Loading branch information
lbarcziova committed Nov 29, 2024
1 parent 59d7a84 commit 99ce2ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packit_service/worker/reporting/reporters/pagure.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from typing import Optional

from ogr.abstract import CommitStatus
from ogr.services.pagure import PagurePullRequest

from packit_service.constants import CONTACTS_URL
from packit_service.worker.reporting.enums import BaseCommitStatus

from .base import StatusReporter
Expand Down Expand Up @@ -44,7 +44,7 @@ def set_status(

# Required because Pagure API doesn't accept empty url.
if not url:
url = "https://wiki.centos.org/Manuals/ReleaseNotes/CentOSStream"
url = CONTACTS_URL

if self.pull_request_object:
self.pull_request_object.set_flag(
Expand Down

0 comments on commit 99ce2ee

Please sign in to comment.