Typo /o\
This commit is contained in:
parent
ba0fdb8ae2
commit
1c448ef8b8
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ if comment["outdated"]:
|
||||||
for app in comment['outdated']:
|
for app in comment['outdated']:
|
||||||
PR_body += f"- [ ] {app} | https://ci-apps.yunohost.org/ci/apps/{app}/latestjob\n"
|
PR_body += f"- [ ] {app} | https://ci-apps.yunohost.org/ci/apps/{app}/latestjob\n"
|
||||||
|
|
||||||
PR = {"title": "Update app levels accoring to CI results",
|
PR = {"title": "Update app levels according to CI results",
|
||||||
"body": PR_body,
|
"body": PR_body,
|
||||||
"head": "update_app_levels",
|
"head": "update_app_levels",
|
||||||
"base": "master"}
|
"base": "master"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue