Skip to content

Commit bda6d6d

Browse files
committed
fix: correct the name of the repository with roles
We have already renamed the repo from weekly-roles to agile, this has been working, as of now, due to GitHub's redirection policy after renaming repositories. Signed-off-by: Matej Focko <mfocko@packit.dev>
1 parent a6b2439 commit bda6d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clone_roles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RotationHelper:
3434
def __init__(self, token):
3535
self.weekly_roles_project: GithubProject = GithubService(
3636
token=token
37-
).get_project(repo="weekly-roles", namespace="packit")
37+
).get_project(repo="agile", namespace="packit")
3838
self._previous_week_issues = None
3939

4040
@property

0 commit comments

Comments
 (0)