From ff42bd4c11a1cceae198ef38d96d6b6dd0772707 Mon Sep 17 00:00:00 2001 From: Paolo Quadri Date: Thu, 5 Sep 2024 10:36:02 +0200 Subject: [PATCH] feat: add settings.yml --- .github/settings.yml | 12 ++++++++++++ .github/workflows/ci.yml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .github/settings.yml diff --git a/.github/settings.yml b/.github/settings.yml new file mode 100644 index 0000000..49df388 --- /dev/null +++ b/.github/settings.yml @@ -0,0 +1,12 @@ +branches: + - name: main + protection: + required_status_checks: + strict: true + contexts: [] + required_pull_request_reviews: + dismiss_stale_reviews: true + require_code_owner_reviews: true + required_approving_review_count: 1 + restrictions: null + enforce_admins: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 571b380..fa5bdef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: tags-ignore: - "*.*.*" -name: tests +name: ci concurrency: group: tests