There was an error while loading. Please reload this page.
1 parent 17ceae4 commit 7c4a3a5Copy full SHA for 7c4a3a5
1 file changed
.ci/scripts/validate_commit_message.py
@@ -37,7 +37,7 @@
37
sys.exit("This PR is not ready for consumption.")
38
39
g = Github(os.environ.get("GITHUB_TOKEN"))
40
-repo = g.get_repo("daviddavis/pulp-cli-workflow")
+repo = g.get_repo("pulp/pulp-cli-workflow")
41
42
43
def check_status(issue: str) -> None:
0 commit comments