Skip to content

Commit

Permalink
fix(gitea): remote drone in master branch protection (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mack-w authored Dec 7, 2024
1 parent 7efd525 commit 599a07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joint_teapot/workers/gitea.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def create_teams_and_repos_by_canvas_groups(
"require_signed_commits": False,
"required_approvals": max(student_count - 1, 0),
"enable_status_check": True,
"status_check_contexts": ["continuous-integration/drone/pr"],
"status_check_contexts": ["Run JOJ3 on Push / run (push)"],
},
)
except ApiException as e:
Expand Down

0 comments on commit 599a07d

Please sign in to comment.