From 55a5d7bf69f31b73a4b48340d8d34db8381d18c6 Mon Sep 17 00:00:00 2001 From: Apply Push Bridge Date: Wed, 2 Sep 2026 18:26:49 -0400 Subject: [PATCH] repo: master is the release branch Workflows name master where they named main, and CODEOWNERS makes the release branch the owner's to approve. Source: original Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_012Jj94rkp3tfHAxUkTCthgY Apply-Push-Job: 20260902T222649Z-apply-push-6a0f71 Patch-SHA256: 7dd99a9140904ef4c750a03228fe34172bb28ee74d20c374ef642cb9557ee5b2 --- .github/CODEOWNERS | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1efe9b8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @xormania diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30f726..51e8847 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: pull_request: types: [opened, synchronize, reopened, edited] push: - branches: [dev, main] + branches: [dev, master] permissions: contents: read jobs: