repository: require CI status check on jellyfin-ha-src main #66

Merged
benvin merged 1 commits from benvin/jellyfin-required-ci into main 2026-08-11 21:31:29 +10:00
Owner

Why: the jellyfin-ha-src main branch is protected but merges are not gated on CI, so a pull request can be merged while its Woodpecker build is red.

How: add the ci/woodpecker/pr/ci context to the main branch protection rule. The gitea provider computes enable_status_check from a non-empty context list, so this turns required status checks on and blocks merge until that exact check passes.

Why: the jellyfin-ha-src main branch is protected but merges are not gated on CI, so a pull request can be merged while its Woodpecker build is red. How: add the ci/woodpecker/pr/ci context to the main branch protection rule. The gitea provider computes enable_status_check from a non-empty context list, so this turns required status checks on and blocks merge until that exact check passes.
unkinben added 1 commit 2026-08-11 21:23:37 +10:00
repository: require CI status check on jellyfin-ha-src main
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
7e25e5c3fa
Why: the jellyfin-ha-src main branch is protected but merges are not gated
on CI, so a pull request can be merged while its Woodpecker build is red.

How: add the ci/woodpecker/pr/ci context to the main branch protection
rule. The gitea provider computes enable_status_check from a non-empty
context list, so this turns required status checks on and blocks merge
until that exact check passes.
benvin merged commit 8ed3dc8348 into main 2026-08-11 21:31:29 +10:00
benvin deleted branch benvin/jellyfin-required-ci 2026-08-11 21:31:29 +10:00
Sign in to join this conversation.