fix(gitea): remote drone in master branch protection (#46)

This commit is contained in:
王韵晨520370910012 2024-12-07 14:50:35 +08:00 committed by GitHub
parent 7efd5259c9
commit 599a07d41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ class Gitea:
"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: