Skip to content

Commit

Permalink
feat: remove trigger actor
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 25, 2024
1 parent c09d951 commit 8499278
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions joint_teapot/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,6 @@ def joj3_all(
"unknown",
help="JOJ3 run ID",
),
triggering_actor: str = Argument(
"unknown",
help="actor that triggers the gitea actions run",
),
max_total_score: int = Option(
-1,
help="max total score",
Expand Down Expand Up @@ -597,7 +593,7 @@ def joj3_all(
repo_name,
[scoreboard_file_name],
(
f"joj3: update scoreboard for {exercise_name} by @{triggering_actor} in "
f"joj3: update scoreboard for {exercise_name} by @{submitter} in "
f"{settings.gitea_org_name}/{submitter_repo_name}@{commit_hash}\n\n"
f"gitea actions link: {gitea_actions_url}\n"
f"gitea issue link: {gitea_issue_url}"
Expand All @@ -615,7 +611,7 @@ def joj3_all(
repo_name,
[failed_table_file_name],
(
f"joj3: update failed table for {exercise_name} by @{triggering_actor} in "
f"joj3: update failed table for {exercise_name} by @{submitter} in "
f"{settings.gitea_org_name}/{submitter_repo_name}@{commit_hash}\n\n"
f"gitea actions link: {gitea_actions_url}\n"
f"gitea issue link: {gitea_issue_url}"
Expand Down

0 comments on commit 8499278

Please sign in to comment.