From d946821a7c35d77e8b62559924eed52cb75c8889 Mon Sep 17 00:00:00 2001 From: Apply Push Bridge Date: Wed, 2 Sep 2026 18:26:44 -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: 20260902T222644Z-apply-push-2fb0a6 Patch-SHA256: 98553f3ff86cad91d65165aa1235e23c5b6900164f61422431943de747d86069 --- .github/CODEOWNERS | 1 + .github/workflows/ci.yml | 2 +- .github/workflows/e2e.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 b3d5983..4fbf348 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: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 311962c..15f65a6 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -6,7 +6,7 @@ name: e2e on: pull_request: push: - branches: [dev, main] + branches: [dev, master] workflow_call: inputs: skeleton_ref: